diff options
author | arun <arun@nubati.net> | 2006-12-08 11:05:21 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-08 11:05:21 +0000 |
commit | 351e3df476b7cc3d6d3db7ec5833367e449bbdfa (patch) | |
tree | 7eb39c30c2de41b25e1ffeeee7a5d2c39fa4e83b /functions.php | |
parent | dceed6f464ca2a65ba25e454aeaea2e1434cd5f3 (diff) | |
download | e-DoKo-351e3df476b7cc3d6d3db7ec5833367e449bbdfa.tar.gz e-DoKo-351e3df476b7cc3d6d3db7ec5833367e449bbdfa.tar.bz2 e-DoKo-351e3df476b7cc3d6d3db7ec5833367e449bbdfa.zip |
basic user page, list available users and link to start a new game
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index a52ad7a..49e0a1d 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ $host = "http://doko.nubati.net/database/index.php"; $wiki = "http://wiki.nubati.net/index.php?title=EmailDoko"; -$debug = 1; +$debug = 0; $last=-2; |