Blame view

.access.php 105 Bytes
60c6f0893   root   init
1
2
3
4
5
6
  <?
  $PERM["about_the_contest"]["2"]="R";
  $PERM["/"]["5"]="X";
  $PERM["/"]["*"]="R";
  $PERM["*"]["5"]="R";
  ?>