summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32014-02-23 14:30:45 +0100
committerHorus32014-02-23 14:30:45 +0100
commit6b75f8fa4d25b9444060af366d66310c57a09cba (patch)
treec139acbb1db787fc4a6aadcc39a8533019a3c76c
parentb8913a2b52554c98e67785e40bb954303bafd77d (diff)
downloadfiles.iamfabulous.de-6b75f8fa4d25b9444060af366d66310c57a09cba.tar.gz
gitignore
-rw-r--r--.gitignore3
-rw-r--r--www/index.php12
2 files changed, 3 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dd5d2c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.db
+*.sqlite
+*~
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>
-
-*/
-?>