database_dsn (lowercase) is no more
This commit is contained in:
parent
5b741feb9f
commit
4bf42acdd1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue