cmdline tool for hooking into update githook
[gwvp-mini.git] / www / index.php
index 3765aca..1482ceb 100644 (file)
@@ -3,7 +3,9 @@ error_log("INCALLSTART ".print_r($_COOKIE, true)." -------------------- ".print_
 $WEB_ROOT_FS = realpath(dirname(__FILE__));\r
 $BASE_URL = dirname($_SERVER["PHP_SELF"]);\r
 \r
-global $WEB_ROOT_FS, $BASE_URL, $data_directory, $db_type, $db_name, $db_username, $db_password;\r
+global $WEB_ROOT_FS, $BASE_URL, $data_directory, $db_type, $db_name, $db_username, $db_password, $IS_WEB_REQUEST;
+
+$IS_WEB_REQUEST = false;\r
 
 if(file_exists("./config.php")) require_once("./config.php");
 else if(file_exists("/etc/gwvpmini/config.php")) require_once("/etc/gwvpmini/config.php");
@@ -13,7 +15,6 @@ if(file_exists("../gwvpmini/gwvpmini.php")) require_once("../gwvpmini/gwvpmini.p
 else if(file_exists("/usr/share/gwvpmini/lib/gwvpmini/gwvpmini.php")) require_once("/usr/share/gwvpmini/lib/gwvpmini/gwvpmini.php");
 
 
-
 if(isset($noconfig)) {
        gwvpmini_goSetup();
        return;