瀏覽代碼

Update header.php

FusionPBX 6 年之前
父節點
當前提交
73a3bd15b1
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      resources/header.php

+ 4 - 2
resources/header.php

@@ -23,8 +23,10 @@
 	Contributor(s):
 	Mark J Crane <[email protected]>
 */
-include "root.php";
-require_once "resources/require.php";
+
+//includes
+	include "root.php";
+	require_once "resources/require.php";
 
 //if reloadxml then run the command
 	if (isset($_SESSION["reload_xml"])) {