1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | SETUSER httpd 
 |  SETGROUP daemon 
 |    
 |  REMOVEGLOB /.git/* 
 |  REMOVEDIR /.git 
 |  REMOVE /covers/own/.emptydir 
 |  REMOVE /covers_big/own/.emptydir 
 |    
 |  REMOVE /includes/MARC21_opisy.php 
 |    
 |  REMOVEGLOB /help/* 
 |  REMOVEDIR /help 
 |    
 |  VERSION 
 |    
 |  CHOWN 
 |  RCHMOD /covers* 755 
 |    
 |  HEADER *.php "<?php" HEADER 
 |  
  |