$acl_types = array( 'none' => '', 'clientip' => $strClientIP, 'useragent' => $strUserAgent, 'weekday' => $strWeekDay, 'domain' => $strDomain, 'source' => $strSource, 'time' => $strTime ); $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, $strSave, $strDelete, $strUp, $strDown, $pageid; ?>