From 4d4f2acfe707a83dec8789f8159cb60eab38e290 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Aug 2008 13:49:58 +0000 Subject: Central: Added a login page Refs #25 --- central/trunk/db.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'central/trunk/db.php') 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')) 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.'); } +session_start(); + include('config.php'); mysql_connect($dbhost, $dbuser, $dbpass); -- cgit 1.4.1