From e90e38401db578819240d4827597cdec61d0727d Mon Sep 17 00:00:00 2001 From: neoraider Date: Sat, 8 Apr 2006 23:17:04 +0000 Subject: config.inc.php angepasst. Formatierung verbessert. --- code/db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/db.inc.php') diff --git a/code/db.inc.php b/code/db.inc.php index 57547cd..72f9025 100644 --- a/code/db.inc.php +++ b/code/db.inc.php @@ -6,5 +6,5 @@ $GLOBALS['db'] = &ADONewConnection($config['driver']); $GLOBALS['db']->PConnect($config['server'], $config['user'], - $config['password'], $config['db']); + $config['password'], $config['db']); ?> -- cgit v1.2.3