helps if i use the right file...

This commit is contained in:
botanic 2013-12-16 23:14:24 -08:00
parent 7c23b19f58
commit 395503bed1

View file

@ -14,8 +14,8 @@
error_reporting(E_ALL);
ini_set('display_errors', 'on');
require_once( '../../ams_lib/libinclude.php' );
if (!@include '../config.php') {
//if config doesnt exist run setup
if (!file_exists('../is_installed')) {
//if is_installed 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";