From 692cc1e9536c8440586cbca0957dbf7d41b65f4c Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 17 Nov 2008 11:45:12 -0500 Subject: Make remembered sessions actually save themselves. Also clean up a notice in index.php Signed-off-by: Loui Chang --- web/html/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/html') diff --git a/web/html/index.php b/web/html/index.php index c7847f25..a712e4d1 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -11,6 +11,7 @@ set_lang(); check_sid(); html_header( __("Home") ); + $dbh = db_connect(); ?> @@ -56,8 +57,8 @@ echo __( '; } -- cgit v1.2.3-24-g4f1b