url manipulation
[glcas.git] / lib / plugins / install.php
index 843dca0..865d1e9 100644 (file)
@@ -3,6 +3,7 @@ if(isset($agentInstall)) {
        if($agentInstall) goAgentInstall();
 }
 
+/*
 if(!isset($dataSource)) {
        goWebInstall();
 }
@@ -15,8 +16,6 @@ function goWebInstall()
 {
        echo "<html>install";
        echo "<pre>";
-       echo "globals\n";
-       print_r($_GLOBALS);
        echo "servers\n";
        print_r($_SERVER);
        echo "request\n";
@@ -26,4 +25,5 @@ function goWebInstall()
        exit(0);
 }
 
+*/
 ?>
\ No newline at end of file