diff --git a/bootstrap.inc.php b/bootstrap.inc.php index d3f90df..71a290d 100644 --- a/bootstrap.inc.php +++ b/bootstrap.inc.php @@ -32,7 +32,7 @@ if(isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO']=='https'){$_SERVER['HTTPS']='on';} // check for configuration file -if(!file_exists(realpath(dirname(__FILE__))."/datasets/config.inc.php")){header("location:setup.php?act=preliminary_check");} +if(!file_exists(realpath(dirname(__FILE__))."/datasets/config.inc.php")){header("location:setup.php");} // include configuration file require_once("datasets/config.inc.php");