mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
a positive and a negative is supposted to be NEGATIVE stupid php
This commit is contained in:
parent
31de51af19
commit
0a48856319
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ require_once( '../../ams_lib/libinclude.php' );
|
||||||
if (!file_exists('../is_installed')) {
|
if (!file_exists('../is_installed')) {
|
||||||
//if is_installed doesnt exist run setup
|
//if is_installed doesnt exist run setup
|
||||||
require( 'installer/libsetup.php' );
|
require( 'installer/libsetup.php' );
|
||||||
} elseif (isset($_POST["function"]) == "do_install") {
|
} elseif (isset($_POST["function"]) && $_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";
|
echo "Can't run setup while file '../is_installed' exists, please remove that file if you wish to run the install";
|
||||||
exit;
|
exit;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue