// Small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17366 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-13 19:17:00 +00:00
parent e45d86f048
commit 9cf8b5a538
+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;