Skip to content
Extraits de code Groupes Projets
Valider 649164bb rédigé par robocoder's avatar robocoder
Parcourir les fichiers

includes via absolute path

git-svn-id: http://dev.piwik.org/svn/trunk@2421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 2c695d62
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -523,7 +523,7 @@ class PEAR ...@@ -523,7 +523,7 @@ class PEAR
if (intval(PHP_VERSION) < 5) { if (intval(PHP_VERSION) < 5) {
// little non-eval hack to fix bug #12147 // little non-eval hack to fix bug #12147
include 'PEAR/FixPHP5PEARWarnings.php'; include dirname(__FILE__) . '/PEAR/FixPHP5PEARWarnings.php';
return $a; return $a;
} }
...@@ -727,7 +727,7 @@ class PEAR ...@@ -727,7 +727,7 @@ class PEAR
} }
if (PEAR_ZE2) { if (PEAR_ZE2) {
include_once 'PEAR5.php'; include_once dirname(__FILE__) . '/PEAR5.php';
} }
function _PEAR_call_destructors() function _PEAR_call_destructors()
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter