diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 13:49:58 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 13:49:58 +0000 |
commit | 4d4f2acfe707a83dec8789f8159cb60eab38e290 (patch) | |
tree | 39371a8b2cc5f10d695c2c40c3f352c893b31221 /central/trunk/db.php | |
parent | 92722ab8471764037187a3169cee28b686367c7c (diff) | |
download | instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.tar.gz instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.tar.bz2 instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.zip |
Central: Added a login page
Refs #25
Diffstat (limited to 'central/trunk/db.php')
-rw-r--r-- | central/trunk/db.php | 2 |
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 | ||
21 | session_start(); | ||
22 | |||
21 | include('config.php'); | 23 | include('config.php'); |
22 | 24 | ||
23 | mysql_connect($dbhost, $dbuser, $dbpass); | 25 | mysql_connect($dbhost, $dbuser, $dbpass); |