From 3c9a715696a7200bf5606049d5cc8b93525a1db3 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 10 Mar 2014 21:10:33 +0100 Subject: now using the new register interface --- www/functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/functions.php b/www/functions.php index d0d848e..be4a8bc 100644 --- a/www/functions.php +++ b/www/functions.php @@ -237,7 +237,7 @@ function register($db){ echo 'Name: ' . $name . ' Value: ' . $value . '
'; } - echo "
+ /*echo "

Name:

pswd:

2ndpsdw:

@@ -245,7 +245,9 @@ function register($db){

email:

- "; + ";*/ + + include("register.php"); } exit; } -- cgit v1.2.3