From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- lib/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bootstrap.php') 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( -- cgit v1.2.3