summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorroot2014-03-10 21:13:51 +0100
committerroot2014-03-10 21:13:51 +0100
commit40deaa613d4f9935bd99ad13ff5c1583219aeb28 (patch)
tree37398e2ee974c6aeb0089dab47ad62cdedcbbdba /www
parent557659d354c0ff8d1d893bb73bb49715685f8af0 (diff)
parent3c9a715696a7200bf5606049d5cc8b93525a1db3 (diff)
downloadfiles.iamfabulous.de-40deaa613d4f9935bd99ad13ff5c1583219aeb28.tar.gz
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
Diffstat (limited to 'www')
-rw-r--r--www/functions.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/functions.php b/www/functions.php
index 0a50294..134c0b0 100644
--- a/www/functions.php
+++ b/www/functions.php
@@ -237,7 +237,7 @@ function register($db){
echo 'Name: ' . $name . ' Value: ' . $value . '<br />';
}
- echo "<form method='post' action='register'>
+ /*echo "<form method='post' action='register'>
<p>Name: <input type='text' name='name'></p>
<p>pswd: <input type='password' name='pswd'></p>
<p>2ndpsdw: <input type='password' name='2ndpswd'></p>
@@ -245,7 +245,9 @@ function register($db){
<p>email: <input type='text' name='email'></p>
<p><input type='submit'></p>
</form>
- ";
+ ";*/
+
+ include("register.php");
}
exit;
}