]> andersk Git - sql-web.git/blobdiff - batch/signup.php
signup batch only output password
[sql-web.git] / batch / signup.php
index 357efcd14bbe0e51049b6864126109c7f3f8f56f..c06b5fc781991b3ee31671eee9b533c1f6c735de 100755 (executable)
@@ -29,8 +29,7 @@ if (!$Login->exists() && !empty($myUsername)) {
 }
 if ($Login->canSignup()) {
        $User = new User($Login->getUserId());
-       echo $User->signup($myPassword);
-       echo "signup\n";
+       $User->signup($myPassword);
        die($myPassword);
 }
 
This page took 0.0241 seconds and 4 git commands to generate.