Răsfoiți Sursa

Update header.php

FusionPBX 6 ani în urmă
părinte
comite
73a3bd15b1
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      resources/header.php

+ 4 - 2
resources/header.php

@@ -23,8 +23,10 @@
 	Contributor(s):
 	Contributor(s):
 	Mark J Crane <[email protected]>
 	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 reloadxml then run the command
 	if (isset($_SESSION["reload_xml"])) {
 	if (isset($_SESSION["reload_xml"])) {