diff options
author | MaZderMind | 2015-02-26 17:57:42 +0100 |
---|---|---|
committer | MaZderMind | 2015-02-26 17:57:42 +0100 |
commit | 6db2f0f4b9816ccd271332b89a05a9d0d753216b (patch) | |
tree | fd7ecf7cf16b33bdb75c45e747d12f9ecca43358 /lib/bootstrap.php | |
parent | 9fb5b19bb0652b9c187c9b552c0a7ec4d6778222 (diff) |
shuffle things around on the way to a bootstrap-based configurable website
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( |