summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-05-25 23:36:02 +0200
committerneoraider <devnull@localhost>2006-05-25 23:36:02 +0200
commitfa7c1b717c118d08ba55c5306c4aeeb3e4418ca5 (patch)
tree5896ae9f7a43f27793733e28168ac579b2dd1a0d /index.php
parent8657d3fb5cbd25f78bc668ea9a0a8b17913dd490 (diff)
downloadneon-fa7c1b717c118d08ba55c5306c4aeeb3e4418ca5.tar
neon-fa7c1b717c118d08ba55c5306c4aeeb3e4418ca5.zip
Konfiguration steht jetzt in der Datenbank.
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index ac87ed9..f66ba01 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,5 @@
<?PHP
- require_once('config/config.inc.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');