Alternc  latest
Alternc logiel libre pour l'hébergement
adm_authip_whitelist.php File Reference

Go to the source code of this file.

Variables

 $fields
 Manages Whitelists in IP auth module. More...
 
if(!empty($delete_id)) if(!empty($ipsub)) $list_ip = $authip->list_ip_whitelist()
 
 foreach ( $list_ip as $i) = $old_cuid
 

Variable Documentation

◆ $fields

$fields
Initial value:
= array (
"delete_id" => array ("get", "integer", ""),
"id" => array ("post", "integer", 0),
"ipsub" => array ("post", "string", ""),
"infos" => array ("post", "string" ,""),
"s_ipsub" => array ("post", "integer", ""),
"s_protocol" => array ("post", "string", ""),
)

Manages Whitelists in IP auth module.

Definition at line 30 of file adm_authip_whitelist.php.

◆ $list_ip

if (!empty( $delete_id)) if (!empty( $ipsub)) $list_ip = $authip->list_ip_whitelist()

Definition at line 52 of file adm_authip_whitelist.php.

◆ foreach

foreach (   $list_ip as) = $old_cuid

Definition at line 90 of file adm_authip_whitelist.php.