diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-21 07:43:54 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-21 07:43:54 +0000 |
commit | 9180de2f11005b75bbbd0966860e355530c3b2aa (patch) | |
tree | 1a3ac80ac5a80c8e834bde16280f100a8bfddf58 /index.php | |
parent | e8f465a67a13ab6e8b662302c3910e94306d2b5f (diff) |
Php warning correction
git-svn-id: http://piwigo.org/svn/branches/release-1_3@305 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ * * ***************************************************************************/ -define( PREFIX_INCLUDE, '' ); +define( 'PREFIX_INCLUDE', '' ); include_once( './include/functions.inc.php' ); database_connection(); // retrieving configuration informations |