url manipulation
[glcas.git] / lib / plugins / install.php
index 0abf40c..865d1e9 100644 (file)
@@ -1,11 +1,29 @@
 <?php
+if(isset($agentInstall)) {
+       if($agentInstall) goAgentInstall();
+}
 
+/*
 if(!isset($dataSource)) {
-       goInstall();
+       goWebInstall();
 }
 
 if(!tryDataStore()) {
-       goInstall();
+       goWebInstall();
+}
+
+function goWebInstall()
+{
+       echo "<html>install";
+       echo "<pre>";
+       echo "servers\n";
+       print_r($_SERVER);
+       echo "request\n";
+       print_r($_REQUEST);
+       echo "</pre>";
+       echo "</html>";
+       exit(0);
 }
 
+*/
 ?>
\ No newline at end of file