From 9180de2f11005b75bbbd0966860e355530c3b2aa Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 21 Jan 2004 07:43:54 +0000 Subject: Php warning correction git-svn-id: http://piwigo.org/svn/branches/release-1_3@305 68402e56-0260-453c-a942-63ccdbb3a9ee --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3ac140699..2bb4ec48d 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ * * ***************************************************************************/ -define( PREFIX_INCLUDE, '' ); +define( 'PREFIX_INCLUDE', '' ); include_once( './include/functions.inc.php' ); database_connection(); // retrieving configuration informations -- cgit v1.2.3