From 4bf42acdd13d931ff0d8397f83dcc1fc8843fb57 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 6 Feb 2012 05:22:51 +0000 Subject: [PATCH] database_dsn (lowercase) is no more --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8bd09936..f392be7c 100644 --- a/index.php +++ b/index.php @@ -50,7 +50,7 @@ * Each of these can be imported at the start of a function with eg "global $page, $user;" */ -if(empty($database_dsn) && !file_exists("config.php")) { +if(!file_exists("config.php")) { header("Location: install.php"); exit; }