From b5f096688faaebf7846b3e725e1bd2dd9251b203 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 18 Jul 2007 22:26:29 -0700 Subject: NEW FEATURE: use php session used php session, so that people can actually log in and out and linking from one page to another can be done easily without using form to send the password as a hidden parameter over the net all the time --- functions.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2d2277b..66cc57f 100644 --- a/functions.php +++ b/functions.php @@ -333,9 +333,6 @@ function create_array_of_random_numbers($useridA,$useridB,$useridC,$useridD) return $r; } - - - function display_cards($me,$myturn) { return; -- cgit v1.2.3-18-g5258