projects
/
glcas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
793f494
)
some minor additions
author
paulr
<me@pjr.cc>
Wed, 30 Mar 2011 15:35:47 +0000 (
02:35
+1100)
committer
paulr
<me@pjr.cc>
Wed, 30 Mar 2011 15:35:47 +0000 (
02:35
+1100)
lib/plugins/install.php
patch
|
blob
|
history
diff --git
a/lib/plugins/install.php
b/lib/plugins/install.php
index
4d45c99
..
843dca0
100644
(file)
--- a/
lib/plugins/install.php
+++ b/
lib/plugins/install.php
@@
-13,7
+13,16
@@
if(!tryDataStore()) {
function goWebInstall()
{
- echo "<html>install</html>";
+ echo "<html>install";
+ echo "<pre>";
+ echo "globals\n";
+ print_r($_GLOBALS);
+ echo "servers\n";
+ print_r($_SERVER);
+ echo "request\n";
+ print_r($_REQUEST);
+ echo "</pre>";
+ echo "</html>";
exit(0);
}