summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
committerneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
commite90e38401db578819240d4827597cdec61d0727d (patch)
tree257bd4182bad06c62759ed8d8403fd3c3e17e287 /config
parentc787833e7cbd2c33257a963e4bc99a3f7dc97cd7 (diff)
downloadneon-e90e38401db578819240d4827597cdec61d0727d.tar
neon-e90e38401db578819240d4827597cdec61d0727d.zip
config.inc.php angepasst. Formatierung verbessert.
Diffstat (limited to 'config')
-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 - ';
?>