database_dsn (lowercase) is no more

This commit is contained in:
Shish 2012-02-06 05:22:51 +00:00
parent 5b741feb9f
commit 4bf42acdd1

View file

@ -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;
}