diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-15 18:22:33 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-15 18:22:33 +0000 |
commit | 11b97b761e6e1820c36e39a1ea49ab916d2dccc5 (patch) | |
tree | 0cc66702477782e891f9f41eb0ccaf99bfa765cb /admin/install.php | |
parent | 7f0a4d949c20051b7de62f97a4944e90eb48c859 (diff) |
Using PREFIX_INCLUDE to have strictly relative paths
git-svn-id: http://piwigo.org/svn/trunk@114 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/install.php')
-rw-r--r-- | admin/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/install.php b/admin/install.php index a8f2edbb6..7d514ec4b 100644 --- a/admin/install.php +++ b/admin/install.php @@ -18,6 +18,7 @@ ***************************************************************************/ //-------------------------------------------------------------------- includes +define( PREFIX_INCLUDE, '.' ); include( '../include/vtemplate.class.php' ); include( '../include/functions.inc.php' ); //----------------------------------------------------- template initialization |