From 368f121ad4dacddf15f1e3e861c9ed926cb98992 Mon Sep 17 00:00:00 2001 From: xzilla Date: Wed, 2 Oct 2002 04:41:38 +0000 Subject: [PATCH] Config needs to be before html, which breaks xhtml compliance by moving style to wrong place --- public_html/index.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/public_html/index.php b/public_html/index.php index b36ab019..725bd53e 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,20 +3,16 @@ /** * Main access point to WebDB. * - * $Id: index.php,v 1.4 2002/10/02 04:35:51 xzilla Exp $ + * $Id: index.php,v 1.5 2002/10/02 04:41:38 xzilla Exp $ */ + // Include application functions + include_once('../conf/config.inc.php'); ?> - <?= $appName ?> -- 2.39.5