X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/8ef0d58a738d3732d356c8386fe1125b13972652..69e08b46941eaaeb91e1bb8c3f02df47ef20a745:/test.php diff --git a/test.php b/test.php index 9423e16..1aab1e4 100755 --- 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();