// Small fix
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user