summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--header.php2
1 files changed, 1 insertions, 1 deletions
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';
}