X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=www%2Findex.php;h=c0b765b7b70558d9048ad05b67a9f21e58f033ca;hp=1482cebe8f634b1f44cb7f36bfbbda78ff61118b;hb=7ae1c9fb36ba08c3cffde5620d2fa9587353a2b8;hpb=e5447b1fce8c6afe107c6cecbacb8ee34f46a74d diff --git a/www/index.php b/www/index.php index 1482ceb..c0b765b 100644 --- a/www/index.php +++ b/www/index.php @@ -5,7 +5,7 @@ $BASE_URL = dirname($_SERVER["PHP_SELF"]); global $WEB_ROOT_FS, $BASE_URL, $data_directory, $db_type, $db_name, $db_username, $db_password, $IS_WEB_REQUEST; -$IS_WEB_REQUEST = false; +$IS_WEB_REQUEST = true; if(file_exists("./config.php")) require_once("./config.php"); else if(file_exists("/etc/gwvpmini/config.php")) require_once("/etc/gwvpmini/config.php");