X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=lib%2Fplugins%2Finstall.php;h=865d1e9b68db70f53d04593413c03038abd1a8b3;hb=afe6e413d073cd29e366b0642ef0928db712c8e5;hp=843dca0d08cedf2d58ec6fcb96f126aa5ca7a0ad;hpb=548eb03514e346daaf5dd199e2d3e0736751df19;p=glcas.git diff --git a/lib/plugins/install.php b/lib/plugins/install.php index 843dca0..865d1e9 100644 --- a/lib/plugins/install.php +++ b/lib/plugins/install.php @@ -3,6 +3,7 @@ if(isset($agentInstall)) { if($agentInstall) goAgentInstall(); } +/* if(!isset($dataSource)) { goWebInstall(); } @@ -15,8 +16,6 @@ function goWebInstall() { echo "install"; echo "
";
-	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