// Merge -> revision 9352

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9354 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-14 08:20:54 +00:00
parent cb175ba261
commit 45645f1f50
332 changed files with 6104 additions and 2643 deletions
+2 -2
View File
@@ -1939,7 +1939,7 @@ FileETag INode MTime Size
if (!is_array($apacheModuleList))
$apacheModuleList = apache_get_modules();
// we need strpos (example can be evasive20
// we need strpos (example, evasive can be evasive20)
foreach ($apacheModuleList as $module)
{
if (strpos($module, $name)!==false)
@@ -1955,7 +1955,7 @@ FileETag INode MTime Size
phpinfo(INFO_MODULES);
$phpinfo = ob_get_contents();
ob_end_clean();
if (strpos($phpinfo, $module) !== false)
if (strpos($phpinfo, $name) !== false)
return true;
}