mod.php: remove last mod_page_* handler, use only mod_* for mod pages

This commit is contained in:
Zankaria
2024-08-11 15:45:24 +02:00
parent f3e81c80d9
commit d1b06acbe9
2 changed files with 1 additions and 3 deletions

View File

@@ -818,7 +818,7 @@ function mod_ip_remove_note($cloaked_ip, $id) {
function mod_page_ip($cip) {
function mod_ip($cip) {
$ip = uncloak_ip($cip);
global $config, $mod;