Site /
## The following removes any ?action= parameters that robots aren't ## allowed to access. function cb_bool($a) { return (bool)$a; } if (IsEnabled($EnableRobotCloakActions, 0)) { $p = join('|', array_keys(array_filter($RobotActions, 'cb_bool'))); $FmtPV['$PageUrl'] = 'PUE(($EnablePathInfo) ? "\\$ScriptUrl/$group/$name" : "\\$ScriptUrl?n=$group.$name")'; $FmtP["/(\\\$ScriptUrl[^#\"'\\s<>]+)\\?action=(?!$p)\\w+/"] = '$1'; }