X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/b43ab1a6f74ea71f3a2388d05ab4843f8277349b..HEAD:/test.php diff --git a/test.php b/test.php index 7eb69e2..1dc08ab 100755 --- a/test.php +++ b/test.php @@ -1,3 +1,51 @@ isEnabled(); +echo $l->isValid(); +print_r($GLOBALS); +*/ + +//phpinfo(); + +//checkQuotas(); + +printMsgs(array('this is a test msg: test 0')); +printMsgs(array('this is a test msg: test 1', 'this is a test msg: test 2')); + +printErrors(array('this is a test error: test 0')); +printErrors(array('this is a test error: test 1', 'this is a test error: test 2')); + +print_r(getUsernameID('presbrey')); + +//include 'tpl/foot.php'; +?>