From 3af9846d4ecc1e0274833740fd21012afe9ef51f Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sun, 20 Dec 2009 20:34:08 +0000 Subject: Error handling functions added, and applied git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@380 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- index.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index e1ded92..3687f0d 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,3 @@ - Connect( $config['sql']['hostname'], @@ -22,7 +28,6 @@ $db->Connect( ); $db->Select_db($config['sql']['database']); - include 'header.php'; //session_start(); ?> @@ -54,7 +59,10 @@ include 'header.php'; -