Skip to content

Commit

Permalink
rollback bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Zavy86 committed Sep 13, 2024
1 parent ceddcea commit 582a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 582a583

Please sign in to comment.