CLEANUP: make index.php very short and move everything in separate files
authorArun Persaud <arun@nubati.net>
Sat, 26 Apr 2008 18:52:49 +0000 (11:52 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 26 Apr 2008 18:52:49 +0000 (11:52 -0700)
commit09515348107d9aab7823a12d31b082a2ebb75555
tree2e6c01eb6fdc07390c73cb46142c5efda39f567d
parent0c5b3eeca3006f61dd326a86e8989c52694d581b
CLEANUP: make index.php very short and move everything in separate files

created an include dir and almost everything that was in index.php is now in separate
files and gets only included in index.php... makes index.php look a lot nicer ;)

Signed-off-by: Arun Persaud <arun@nubati.net>
14 files changed:
include/cancelgame.php [new file with mode: 0644]
include/db.php [moved from db.php with 99% similarity]
include/functions.php [moved from functions.php with 99% similarity]
include/game.php [new file with mode: 0644]
include/logout.php [new file with mode: 0644]
include/newgame.php [new file with mode: 0644]
include/newgameready.php [new file with mode: 0644]
include/output.php [moved from output.php with 98% similarity]
include/reminder.php [new file with mode: 0644]
include/user.php [new file with mode: 0644]
include/welcome.php [new file with mode: 0644]
index.php
register.php
stats.php