hack to allow hardcoded database_dsn in hiphop
This commit is contained in:
parent
23216d7549
commit
ef0158568f
@ -59,7 +59,7 @@ define("VERSION", 'trunk');
|
|||||||
define("SCORE_VERSION", 's2hack/'.VERSION);
|
define("SCORE_VERSION", 's2hack/'.VERSION);
|
||||||
define("COOKIE_PREFIX", 'shm');
|
define("COOKIE_PREFIX", 'shm');
|
||||||
|
|
||||||
if(!file_exists("config.php")) {
|
if(empty($database_dsn) && !file_exists("config.php")) {
|
||||||
header("Location: install.php");
|
header("Location: install.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user