diff options
Diffstat (limited to 'www/index.php')
| -rw-r--r-- | www/index.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/index.php b/www/index.php index 726b1eb..5e2bf87 100644 --- a/www/index.php +++ b/www/index.php @@ -71,15 +71,3 @@ $safe_name=SQLite3::escapeString("$_SESSION[username]"); echo "<br><br>"; echo "You have currently $invite invites."; - -<form method="post" action="testreg.php"> -<p>Name: <input type="text" name="name"></p> -<p>pswd: <input type="text" name="pswd"></p> -<p>2ndpsdw: <input type="text" name="2ndpswd"></p> -<p>key: <input type="text" name="key"></p> -<p>email: <input type="text" name="email"></p> -<p><input type="submit"></p> -</form> - -*/ -?> |
