Config needs to be before html, which breaks xhtml compliance by moving style to...
authorxzilla <xzilla>
Wed, 2 Oct 2002 04:41:38 +0000 (04:41 +0000)
committerxzilla <xzilla>
Wed, 2 Oct 2002 04:41:38 +0000 (04:41 +0000)
public_html/index.php

index b36ab019ebc627b9e8d7ee7bb1af3920b8798ef3..725bd53e62b6a166860a0108fd73d47cb66e6d52 100755 (executable)
@@ -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');
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<?php
-
-       // Include application functions
-       include_once('../conf/config.inc.php');
-
-?>
 <title><?= $appName ?></title>
 </head>