]> andersk Git - sql-web.git/blobdiff - test.php
batch/signup: provide feedback for signup failures
[sql-web.git] / test.php
index 7b7ff64650c053100a5336bc2644462ed11c6eea..9423e166370c492455f11945392ac2eef6243c14 100755 (executable)
--- a/test.php
+++ b/test.php
@@ -23,12 +23,14 @@ function getManagedDBs($owner=null) {
 /*
 $g = getManagedDBs();
 print_r($g);
-
-$User = new User($Login->getUserId());
-print_r($User->getDBList());
 */
 
-phpinfo();
+$l = new Login('6.001');
+echo !$l->isEnabled();
+echo $l->isValid();
+print_r($GLOBALS);
+
+//phpinfo();
 
 //checkQuotas();
 
This page took 0.030563 seconds and 4 git commands to generate.