Moving the old code aside into the archive as i begin a new
[glcas.git] / lib / plugins / install.php
diff --git a/lib/plugins/install.php b/lib/plugins/install.php
deleted file mode 100644 (file)
index 865d1e9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-if(isset($agentInstall)) {
-       if($agentInstall) goAgentInstall();
-}
-
-/*
-if(!isset($dataSource)) {
-       goWebInstall();
-}
-
-if(!tryDataStore()) {
-       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