summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.php b/index.php
index f66ba01..ae92eaf 100644
--- a/index.php
+++ b/index.php
@@ -1,10 +1,10 @@
<?PHP
- require_once('code/config.inc.php');
- require_once('code/message.inc.php');
- require_once('code/util.inc.php');
- require_once('code/pages.inc.php');
- require_once('code/nav.inc.php');
- require_once('code/links.inc.php');
+ require_once('core/config.inc.php');
+ require_once('core/db.inc.php');
+ require_once('core/modules.inc.php');
+ require_once('core/xmlparser.inc.php');
+
+ Uses('message', 'util', 'pages', 'nav', 'links');
header('Content-type: text/html;charset=UTF-8');