mod.php: remove last mod_page_* handler, use only mod_* for mod pages
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user