mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Merge branch 'master' of https://github.com/awssat/kleeja
This commit is contained in:
@@ -1434,7 +1434,7 @@ function get_ip()
|
|||||||
|
|
||||||
|
|
||||||
$return = preg_replace('/[^0-9a-z.:]/i', '', $ip);
|
$return = preg_replace('/[^0-9a-z.:]/i', '', $ip);
|
||||||
is_array($plugin_run_result = Plugins::getInstance()->run('del_sql_delete_olang_func', get_defined_vars())) ? extract($plugin_run_result) : null; //run hook
|
is_array($plugin_run_result = Plugins::getInstance()->run('kleeja_get_ip_func', get_defined_vars())) ? extract($plugin_run_result) : null; //run hook
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user