#$web_interface    = 1;
# Iner_ID : Main or Sub or if -1 user menu func list

%FUNCTIONS_LIST = ("10:0:IP Net:ipn_form_user:UID"           => 20,
                   "11:10:$_ACTIVATE:ipn_user_activate:UID"  => 20,
                   "12:10:$_STATS:ipn_sessions2:UID"         => 20,
                   "22:0:IP Net:null:"                       => 4,
                   "23:22:$_ERROR:ipn_error:"                => 4,
                   "24:22:$_LAST:ipn_sessions:"              => 4,
                   "25:22:$_USED:ipn_use:"                   => 4,
                   "26:22:$_USERS:ipn_use_users:"            => 4,
                   "27:26:$_MONTH:ipn_use_users_allmonthes:" => 4,
                   "29:25:$_MONTH:ipn_use_allmonthes:"       => 4,
                   "30:0:IP Net:null:"                       => 5,
                   "31:30:IP Net comps:ipn_comps:"           => 5,
                   "32:30:IPFW:ipn_ipfw:"                    => 5
                   );

%USER_FUNCTION_LIST = (
                       );

$USER_FUNCTION_LIST{"01:0:IP Net:ipn_user_activate:"} = 0 if ($conf{IPN_USERMENU});

if ($conf{IPN_CLUBMONITOR}) {
  $FUNCTIONS_LIST{"50:0:Club monitor:ipn_club_monitor:"} = 8;
  $FUNCTIONS_LIST{"51:50:$_ADD:ipn_user_add:"}           = 8;
}

#%PERIODIC = (daily   => 'dv_daily_fees',
#             monthly => 'dv_monthly_fees');
#

1