diff options
author | mistic100 <mistic@piwigo.org> | 2015-04-24 14:00:50 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2015-04-24 14:00:50 +0000 |
commit | 0c576ea19d6d42950615f94feb33df305107a9a6 (patch) | |
tree | 95cbc5022fb9b357aeaaf85f107621a1f27c99f0 /include/functions.inc.php | |
parent | becc0117f06c612517272badbcc63b55c75d2227 (diff) |
feature 3221 Add Logger class
git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 4ba5eb54c..a9ae35baf 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -36,8 +36,6 @@ include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/derivative_params.inc.php'); include_once( PHPWG_ROOT_PATH .'include/derivative_std_params.inc.php'); include_once( PHPWG_ROOT_PATH .'include/derivative.inc.php'); -include_once( PHPWG_ROOT_PATH .'include/template.class.php'); -include_once( PHPWG_ROOT_PATH .'include/cache.class.php'); /** |