summaryrefslogtreecommitdiffstats
path: root/config/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.inc.php')
-rw-r--r--config/config.inc.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/config.inc.php b/config/config.inc.php
index 20436cf..3416bf8 100644
--- a/config/config.inc.php
+++ b/config/config.inc.php
@@ -1,10 +1,4 @@
<?PHP
- // main options
-
- $GLOBALS['config']['language'] = 'de';
- $GLOBALS['config']['home'] = 'Home:Startseite';
-
-
// database connection
$GLOBALS['config']['driver'] = 'mysql';
@@ -14,10 +8,4 @@
$GLOBALS['config']['password'] = 'neon';
$GLOBALS['config']['db'] = 'neon';
-
-
- // page design
-
- $GLOBALS['config']['default_style'] = 'TheWhiteOne';
- $GLOBALS['config']['title'] = 'Neon - ';
?>