Help for this page

Select Code to Download


  1. or download this
    $query->{action} eq "post" ? ($allowed{msgid} = '^(\d+|new)$') && ($al
    +lowed{data}  = '^(([^|+]*[^|]+.*\|){4}[^|+]*[^|]+.*)$'):1;
    
  2. or download this
    $query->{action} eq "post" ? %allowed = (msgid => '(^\d+|new)$' , data
    +  => '^(([^|+]*[^|]+.*\|){4}[^|+]*[^|]+.*)$)', action => 'post|edit|d
    +elete|long|short' ):1;