some auth debugging nonsense
[gwvp-mini.git] / www / index.php
index 264e4e8..3765aca 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+error_log("INCALLSTART ".print_r($_COOKIE, true)." -------------------- ".print_r($_SERVER,true)." ---------- ".print_r($_REQUEST, true));
 $WEB_ROOT_FS = realpath(dirname(__FILE__));\r
 $BASE_URL = dirname($_SERVER["PHP_SELF"]);\r
 \r
@@ -27,6 +28,7 @@ if(!gwvpmini_DBExists($db_name)) {
        gwvpmini_setConfigVal("repodir", "$data_directory/repos");
 }
 
+error_log("REQUEST BEGIN");
 gwvpmini_goWeb();