updates and such
[glcas.git] / lib / plugins / install.php
1 <?php
2 if(isset($agentInstall)) {
3         if($agentInstall) goAgentInstall();
4 }
5
6 /*
7 if(!isset($dataSource)) {
8         goWebInstall();
9 }
10
11 if(!tryDataStore()) {
12         goWebInstall();
13 }
14
15 function goWebInstall()
16 {
17         echo "<html>install";
18         echo "<pre>";
19         echo "servers\n";
20         print_r($_SERVER);
21         echo "request\n";
22         print_r($_REQUEST);
23         echo "</pre>";
24         echo "</html>";
25         exit(0);
26 }
27
28 */
29 ?>