X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/abc9b7a9999863b1d83e10e248337f70ec70dc7e..8835695c2d1bb932a80a6e65162620a89dff6198:/batch/signup.php diff --git a/batch/signup.php b/batch/signup.php index 65a81a8..edfde59 100755 --- a/batch/signup.php +++ b/batch/signup.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/php -q exists() && !empty($myUsername)) { if ($Login->canSignup()) { $User = new User($Login->getUserId()); $User->signup($myPassword); - die($myPassword); + exit($myPassword); } ?>