mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Mod-security doesn't like '+' in queries. Debug query now uses '!'
This commit is contained in:
@@ -785,11 +785,11 @@ class admin_shortcodes
|
||||
$after = '';
|
||||
}
|
||||
|
||||
$link = $before."?[debug=".$var."+]".$after;
|
||||
$link = $before."?[debug=".$var."!]".$after;
|
||||
}
|
||||
else
|
||||
{
|
||||
$link = e_REQUEST_URI."?[debug=".$var."+]";
|
||||
$link = e_REQUEST_URI."?[debug=".$var."!]";
|
||||
}
|
||||
|
||||
if(in_array($var,$dividerBefore))
|
||||
|
Reference in New Issue
Block a user