about summary refs log tree commit diff stats
path: root/central/trunk/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/db.php')
-rw-r--r--central/trunk/db.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/central/trunk/db.php b/central/trunk/db.php index 3d70d6c..168d303 100644 --- a/central/trunk/db.php +++ b/central/trunk/db.php
@@ -18,6 +18,8 @@ if (file_exists('install.php'))
18 die('Excuse me, but you need to delete install.php before you can use this as leaving install.php there is a biiiig security hole.'); 18 die('Excuse me, but you need to delete install.php before you can use this as leaving install.php there is a biiiig security hole.');
19} 19}
20 20
21session_start();
22
21include('config.php'); 23include('config.php');
22 24
23mysql_connect($dbhost, $dbuser, $dbpass); 25mysql_connect($dbhost, $dbuser, $dbpass);