瀏覽代碼

Merge branch 'master' of https://github.com/fusionpbx/fusionpbx

Conflicts:
	root.php
reliberate 10 年之前
父節點
當前提交
7e11c4cc17
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      root.php

+ 2 - 0
root.php

@@ -46,4 +46,6 @@
 		if(!defined('PROJECT_PATH')) { define('PROJECT_PATH', ''); }
 		if(!defined('PROJECT_PATH')) { define('PROJECT_PATH', ''); }
 		set_include_path( get_include_path() . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] );
 		set_include_path( get_include_path() . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] );
 	}
 	}
+
+// test
 ?>
 ?>