![]() |
Alternc
3.2
Alternc logiel libre pour l'hébergement
|
Classe de gestion des IP authorisée More...
Public Member Functions | |
list_ip_whitelist () | |
hook_menu () | |
list_ip ($whitelist=false) | |
ip_delete ($id) | |
get_allowed ($s) | |
is_wl ($ip) | |
is_in_subnet ($o, $ip, $sub) | |
ip_save_whitelist ($id, $ipsub, $infos) | |
ip_save ($id, $ipsub, $infos, $uid=null) | |
alternc_del_member () | |
get_auth_class () | |
ip_affected_save ($authorised_ip_id, $protocol, $parameters, $id=null) | |
ip_affected_delete ($id) | |
call_hooks ($function, $affectation_id) | |
list_affected ($ip_id=null) |
Classe de gestion des IP authorisée
Definition at line 25 of file m_authip.php.
alternc_del_member | ( | ) |
Definition at line 236 of file m_authip.php.
References $cuid, $db, and ip_delete().
call_hooks | ( | $function, | |
$affectation_id | |||
) |
Definition at line 332 of file m_authip.php.
References $c, $d, $err, $hooks, get_auth_class(), isset, and list_affected().
Referenced by ip_affected_delete(), ip_affected_save(), and ip_save().
get_allowed | ( | $s | ) |
Definition at line 109 of file m_authip.php.
References $cuid, $db, and $r.
get_auth_class | ( | ) |
Definition at line 252 of file m_authip.php.
References $hooks.
Referenced by call_hooks().
hook_menu | ( | ) |
Definition at line 38 of file m_authip.php.
ip_affected_delete | ( | $id | ) |
Definition at line 309 of file m_authip.php.
References $db, and call_hooks().
Referenced by ip_delete().
ip_affected_save | ( | $authorised_ip_id, | |
$protocol, | |||
$parameters, | |||
$id = null |
|||
) |
Definition at line 277 of file m_authip.php.
References $db, $parameters, and call_hooks().
ip_delete | ( | $id | ) |
Definition at line 87 of file m_authip.php.
References $cuid, $db, and ip_affected_delete().
Referenced by alternc_del_member().
ip_save | ( | $id, | |
$ipsub, | |||
$infos, | |||
$uid = null |
|||
) |
Definition at line 175 of file m_authip.php.
References $cuid, $db, $infos, $mem, $uid, call_hooks(), checkip(), checkipv6(), isset, and list_affected().
Referenced by ip_save_whitelist().
ip_save_whitelist | ( | $id, | |
$ipsub, | |||
$infos | |||
) |
is_in_subnet | ( | $o, | |
$ip, | |||
$sub | |||
) |
is_wl | ( | $ip | ) |
Definition at line 122 of file m_authip.php.
References $db, and is_in_subnet().
list_affected | ( | $ip_id = null | ) |
Definition at line 363 of file m_authip.php.
References $cuid, $db, and $r.
Referenced by call_hooks(), and ip_save().
list_ip | ( | $whitelist = false | ) |
Definition at line 54 of file m_authip.php.
References $cuid, $db, $mem, $r, checkip(), and checkipv6().
Referenced by list_ip_whitelist().
list_ip_whitelist | ( | ) |