forgot a few ;
This commit is contained in:
parent
29fc217a88
commit
7c23b19f58
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ if (!@include '../config.php') {
|
|||
//if config doesnt exist run setup
|
||||
require( 'installer/libsetup.php' );
|
||||
} elseif ($_POST["function"] == "do_install") {
|
||||
echo "Can't run setup while file '../is_installed' exists, please remove that file if you wish to run the install"
|
||||
exit
|
||||
echo "Can't run setup while file '../is_installed' exists, please remove that file if you wish to run the install";
|
||||
exit;
|
||||
} else {
|
||||
//if config exists then include it
|
||||
require( '../config.php' );
|
||||
|
|
Loading…
Reference in a new issue