// Small fix

This commit is contained in:
rGaillard
2012-09-13 19:17:00 +00:00
parent 5eabd93de1
commit 412ea3bc7c
+1 -1
View File
@@ -2183,7 +2183,7 @@ FileETag INode MTime Size
public static function modRewriteActive()
{
if (!Tools::apacheModExists('mod_rewrite'))
if (Tools::apacheModExists('mod_rewrite'))
return true;
if ((isset($_SERVER['HTTP_MOD_REWRITE']) && strtolower($_SERVER['HTTP_MOD_REWRITE']) == 'on') || strtolower(getenv('HTTP_MOD_REWRITE')) == 'on')
return true;