소스 검색

Update header.php

FusionPBX 6 년 전
부모
커밋
d1216817e0
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"])) {