[-] BO : fixed bug #PSFV-616 - SVN #13826 rewriting fatal error
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13836 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -2224,7 +2224,7 @@ FileETag INode MTime Size
|
||||
|
||||
public static function modRewriteActive()
|
||||
{
|
||||
return (in_array('mod_rewrite', apache_get_modules()) ? true : false);
|
||||
return Tools::apacheModExists('mod_rewrite');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user