diff --git a/xCAT-web/index.php b/xCAT-web/index.php index 75b61b1df..98a45ca24 100644 --- a/xCAT-web/index.php +++ b/xCAT-web/index.php @@ -3,20 +3,20 @@ // Main page of the xCAT web interface $TOPDIR = '.'; -require_once "$TOPDIR/functions.php"; //NOTE: it is essential to include this file before include top.php and nav.php +require_once "$TOPDIR/functions.php"; require_once "$TOPDIR/nav.php"; -require_once("globalconfig.php"); +//require_once("globalconfig.php"); require_once("lib/XCAT/HTML/HTMLProducer.class.php"); require_once("lib/XCAT/XCATCommand/XCATCommandRunner.class.php"); -insertHeader('Nodes', $TOPDIR, '', ''); -insertNav('nodes', $TOPDIR); +insertHeader('Nodes', NULL, NULL); +insertNav('nodes'); if (isAIX()) { $aixDisabled = 'disabled'; } ?>