From 046b683603f1c49460079595f819591b1918c9a2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 28 Jul 2007 09:44:33 -0700 Subject: CLEANUP: moved registration to seperate php file started cleanup on index.php. trying to move as much out of index.php as possible to make it easier to read. --- output.php | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 32c8108..8452815 100644 --- a/output.php +++ b/output.php @@ -37,43 +37,6 @@ function output_user_settings($email,$password) return; } -function output_register() -{ - echo "IMPORTANT: passwords are going over the net as clear text, so pick an easy password. No need to pick anything complicated here ;)

"; - echo "TODO: figure out a better way to handle passwords
\n"; - ?> -
-
- Register - - - - - - - - - - - - - - - -
- - (If your timezone is not listed, just select whatever you want and email the admin your correct time zone.) -
-
-
-"; ?> -

Please register, in case you haven't done that yet
+

Please register, in case you haven't done that yet
or login with you email-address or name and password here:

-- cgit v1.2.3-18-g5258