some minor additions
[glcas.git] / lib / plugins / install.php
index 4d45c99..843dca0 100644 (file)
@@ -13,7 +13,16 @@ if(!tryDataStore()) {
 
 function goWebInstall()
 {
-       echo "<html>install</html>";
+       echo "<html>install";
+       echo "<pre>";
+       echo "globals\n";
+       print_r($_GLOBALS);
+       echo "servers\n";
+       print_r($_SERVER);
+       echo "request\n";
+       print_r($_REQUEST);
+       echo "</pre>";
+       echo "</html>";
        exit(0);
 }