Help for this page

Select Code to Download


  1. or download this
    $perm = 400 if $file =~ /catalina\.properties|\.key$|tomcat-users\.xml
    +/;
    
  2. or download this
    $perm = 400 if grep { $file =~ $_ }, qr/catalina.properties/, qr/\.key
    +$/, qr/tomcat-users.xml/;