mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Code optimization for speed and reduced memory usage.
This commit is contained in:
@@ -87,7 +87,7 @@ if ( ! empty($_POST['moderate']) && CB_MOD) {
|
||||
|
||||
$fs = false;
|
||||
|
||||
if (strstr(e_QUERY, "fs")) {
|
||||
if (strpos(e_QUERY, "fs") !== false) {
|
||||
$cgtm = intval(str_replace(".fs", "", e_QUERY));
|
||||
$fs = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user