Help for this page

Select Code to Download


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