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