From 80cd6d61ba5342926f3c93d9c18dda6837fc8e8a Mon Sep 17 00:00:00 2001 From: Steve Dibb Date: Wed, 6 Jan 2010 19:07:23 +0000 Subject: hostname vars git-svn-id: file:///var/svn/portage@69 3218660a-b0cf-4799-a991-8ddcc5b9e0f3 --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index af379fb..b0791d0 100644 --- a/header.php +++ b/header.php @@ -22,7 +22,7 @@ if($include_path) { ini_set('include_path', ini_get('include_path').$include_path); - require_once "mdb2/charlie.portage.php"; + require_once $mdb2; require_once 'class.common.php'; require_once 'class.shell.php'; } -- cgit v1.2.3-65-gdbad