database_dsn (lowercase) is no more
This commit is contained in:
parent
5b741feb9f
commit
4bf42acdd1
@ -50,7 +50,7 @@
|
|||||||
* Each of these can be imported at the start of a function with eg "global $page, $user;"
|
* 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");
|
header("Location: install.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user