summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-07-18 22:26:29 -0700
committerArun Persaud <arun@nubati.net>2007-07-18 22:26:29 -0700
commitb5f096688faaebf7846b3e725e1bd2dd9251b203 (patch)
treec58a2079c2e6f941accb62c8046621ee59cdd0d9 /functions.php
parent1332ef44c9587295fe054c73415d405247fb297d (diff)
downloade-DoKo-b5f096688faaebf7846b3e725e1bd2dd9251b203.tar.gz
e-DoKo-b5f096688faaebf7846b3e725e1bd2dd9251b203.tar.bz2
e-DoKo-b5f096688faaebf7846b3e725e1bd2dd9251b203.zip
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
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 0 insertions, 3 deletions
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;