Browse Source

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

Conflicts:
	root.php
reliberate 10 years ago
parent
commit
7e11c4cc17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      root.php

+ 2 - 0
root.php

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