mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
Using PREFIX_INCLUDE to have strictly relative paths
git-svn-id: http://piwigo.org/svn/trunk@114 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
//-------------------------------------------------------------------- includes
|
||||
define( PREFIX_INCLUDE, '.' );
|
||||
include( '../include/vtemplate.class.php' );
|
||||
include( '../include/functions.inc.php' );
|
||||
//----------------------------------------------------- template initialization
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
* the Free Software Foundation; *
|
||||
* *
|
||||
***************************************************************************/
|
||||
include( 'functions_user.inc.php' );
|
||||
include( 'functions_session.inc.php' );
|
||||
include( 'functions_category.inc.php' );
|
||||
include( 'functions_xml.inc.php' );
|
||||
include( 'functions_group.inc.php' );
|
||||
include( PREFIX_INCLUDE.'./include/functions_user.inc.php' );
|
||||
include( PREFIX_INCLUDE.'./include/functions_session.inc.php' );
|
||||
include( PREFIX_INCLUDE.'./include/functions_category.inc.php' );
|
||||
include( PREFIX_INCLUDE.'./include/functions_xml.inc.php' );
|
||||
include( PREFIX_INCLUDE.'./include/functions_group.inc.php' );
|
||||
|
||||
//----------------------------------------------------------- generic functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user