X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Frewrite_functions.php;h=308b42da68ec462cf5ff66e39e2341c2dd36be69;hb=a79fc75a2304a53e5418b25607ccabbecad929c6;hp=e282612b4bff31b5652fc1cddc8f5fba6796a9c1;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/libs/rewrite_functions.php b/inc/libs/rewrite_functions.php index e282612b4b..308b42da68 100644 --- a/inc/libs/rewrite_functions.php +++ b/inc/libs/rewrite_functions.php @@ -44,7 +44,7 @@ function REWRITE_LINKS($HTML) global $_CONFIG; // Skip rewriting for the admin area (which search engine may enter here???) - if (ereg($GLOBALS['module'], $_CONFIG['rewrite_skipped_mods'])) return $HTML; + if (ereg($GLOBALS['module'], $_CONFIG['rewrite_skip'])) return $HTML; // Strip slashes with double-backslashes for the preg_replace() function $URL = str_replace("/", "\\/", URL);