From 5fa3f4de49af69b5e2d0e6684ec8c80c80a1c8ad Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 29 Oct 2007 20:22:13 +0000 Subject: [PATCH] Removed global vars git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-web/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'; } ?>
-

Cluster Groups and Nodes

+

Cluster Groups and Nodes