summaryrefslogtreecommitdiff
path: root/www/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions.php')
-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;
}