hack to allow hardcoded database_dsn in hiphop
This commit is contained in:
parent
23216d7549
commit
ef0158568f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ define("VERSION", 'trunk');
|
|||
define("SCORE_VERSION", 's2hack/'.VERSION);
|
||||
define("COOKIE_PREFIX", 'shm');
|
||||
|
||||
if(!file_exists("config.php")) {
|
||||
if(empty($database_dsn) && !file_exists("config.php")) {
|
||||
header("Location: install.php");
|
||||
exit;
|
||||
}
|
||||
|
|
Reference in a new issue