$acl_types = array( 'none' => '', 'clientip' => $strClientIP, 'useragent' => $strUserAgent, 'weekday' => $strWeekDay ); $aclad_types = array( 'allow' => $strAllow, 'deny' => $strDeny ); function acltypeselect($default) { global $acl_types; ?> } function acladselect($default) { global $aclad_types; ?> } function showaclrow($row, $total, $update) { global $PHP_SELF; ?>