]> andersk Git - sql-web.git/blobdiff - test.php
bug fix: signup/db-create for class lockers
[sql-web.git] / test.php
index 9423e166370c492455f11945392ac2eef6243c14..1aab1e4e4c6e2e3f0b71b01a5ff0414a9ec76a2f 100755 (executable)
--- a/test.php
+++ b/test.php
@@ -20,15 +20,17 @@ function getManagedDBs($owner=null) {
        return $owners;
 }
 
-/*
+/* //GET MANAGED DBs
 $g = getManagedDBs();
 print_r($g);
 */
 
+/* //TEST A LOGIN
 $l = new Login('6.001');
 echo !$l->isEnabled();
 echo $l->isValid();
 print_r($GLOBALS);
+*/
 
 //phpinfo();
 
This page took 0.024553 seconds and 4 git commands to generate.