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.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/config/config.inc.php b/config/config.inc.php
index d12c7ba..2175083 100644
--- a/config/config.inc.php
+++ b/config/config.inc.php
@@ -1,23 +1,23 @@
<?PHP
// main options
- $GLOBALS['config']['language'] = 'de';
- $GLOBALS['config']['home'] = 'Home:Startseite';
+ $GLOBALS['config']['language'] = 'de';
+ $GLOBALS['config']['home'] = 'Home:Startseite';
// database connection
- $GLOBALS['config']['driver'] = 'mysql';
- $GLOBALS['config']['server'] = 'localhost';
+ $GLOBALS['config']['driver'] = 'mysql';
+ $GLOBALS['config']['server'] = 'localhost';
- $GLOBALS['config']['user'] = 'gamezock';
- $GLOBALS['config']['password'] = 'thegzpass';
+ $GLOBALS['config']['user'] = 'neon';
+ $GLOBALS['config']['password'] = 'neon';
- $GLOBALS['config']['db'] = 'gamezock-2';
+ $GLOBALS['config']['db'] = 'neon';
// page design
$GLOBALS['config']['default_style'] = 'GreenGrid';
- $GLOBALS['config']['title'] = 'Neon - ';
+ $GLOBALS['config']['title'] = 'Neon - ';
?>