summaryrefslogtreecommitdiff
path: root/www/functions.php
diff options
context:
space:
mode:
authorHorus32014-03-10 23:35:53 +0100
committerHorus32014-03-10 23:35:53 +0100
commit967ec8c209eb118685076468ce7fef59e0452881 (patch)
treed9fd6e6a9acd927f8d112ad200c8837edff332dc /www/functions.php
parentd225afbdc4633b9a836decb717166f19f2c3440f (diff)
downloadfiles.iamfabulous.de-967ec8c209eb118685076468ce7fef59e0452881.tar.gz
folder for static content
Diffstat (limited to 'www/functions.php')
-rw-r--r--www/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/functions.php b/www/functions.php
index ebad519..3e29ffd 100644
--- a/www/functions.php
+++ b/www/functions.php
@@ -232,11 +232,11 @@ function register($db){
}
}
} else {
- foreach ($_GET as $name => $value) {
+ /* foreach ($_GET as $name => $value) {
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>