diff options
Diffstat (limited to '')
-rw-r--r-- | lib/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 63d429c..57d9174 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -2,7 +2,7 @@ require_once('lib/PhpTemplate.php'); require_once('lib/helper.php'); -require_once('lib/config.php'); +require_once('config.php'); $tpl = new PhpTemplate('template/page.phtml'); $tpl->set(array( |