X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=www%2Findex.php;h=e6e6f95eb595e14e3dc958eb3045920fdf8d08a9;hp=4657e529f43a926bbfc3eb6981108ebb8a4f0d16;hb=f99212f7d29b648f3698cf31cbcda6bc04cda182;hpb=17d5412ef5bdde749ce57dbdd627243eb0d701a8 diff --git a/www/index.php b/www/index.php index 4657e52..e6e6f95 100644 --- a/www/index.php +++ b/www/index.php @@ -1,8 +1,9 @@ loadConfig($configpath); $webResponder = new GLCASWeb($glconfig); $webResponder->go($URL_HANDLERS); -/* + +/* echo "
";
+echo "BASEURL: $BASE_URL\n";
+echo "CUSTOM\n";
+print_r($_SERVER);
+
 $vars = get_defined_vars();
 foreach($vars as $var => $vkey) {
 	echo "VAR $var is:\n";