From 4d12bf8c86b466aff0ba2252ecb42830478a1a8a Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 15 Dec 2006 11:21:32 +0000 Subject: added a new php file for html output only --- index.php | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index baa5cbd..20ca7fa 100644 --- a/index.php +++ b/index.php @@ -42,8 +42,9 @@ error_reporting(E_ALL); include_once("config.php"); -include_once("functions.php"); -include_once("db.php"); +include_once("output.php"); /* html output only */ +include_once("db.php"); /* database only */ +include_once("functions.php"); /* the rest */ DB_open(); @@ -682,28 +683,7 @@ else if(isset($_REQUEST["Rfullname"]) && /* default login page */ else { /* no new game, not in a game */ -?> -

If you want to play a game of Doppelkopf, you found the right place ;)

-

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

-
-
- Login - - - - - - - -
-
-
- - - - -- cgit v1.2.3-18-g5258