commit | author | age
|
8bd4d9
|
1 |
# Numery E |
JK |
2 |
REMOVEGLOB /data/e/* |
|
3 |
REMOVEDIR /data/e |
|
4 |
|
|
5 |
# GIT |
|
6 |
REMOVEGLOB /.git/* |
|
7 |
REMOVEDIR /.git |
|
8 |
|
|
9 |
# TEST |
|
10 |
REMOVEGLOB /test/* |
|
11 |
REMOVEDIR /test |
|
12 |
|
|
13 |
# Moje ustawienia |
|
14 |
REPLACEBETWEEN /class/config.php "'numer' => '" ' "" |
|
15 |
REPLACEBETWEEN /class/config.php "'login' => '" ' "" |
|
16 |
REPLACEBETWEEN /class/config.php "'haslo' => '" ' "" |
|
17 |
REPLACEBETWEEN /class/config.php "'user' => '" ' "" |
|
18 |
REPLACEBETWEEN /class/config.php "'pass' => '" ' "" |
|
19 |
REPLACEBETWEEN /class/config.php "'key' => '" ' "" |
|
20 |
|
|
21 |
# Informacje o autorze |
|
22 |
HEADER /BotGG.php "<?php" HEADER |
|
23 |
HEADER /BotIMI.php "<?php" HEADER |
|
24 |
HEADER /BotHTTP.php "<?php" HEADER |
|
25 |
HEADER /class/*.php "<?php" HEADER |
|
26 |
HEADER /data/update*.php "<?php" HEADER |
|
27 |
HEADER /data/*/parse.php "<?php" HEADER |
|
28 |
HEADER /data/*/pobierz.php "<?php" HEADER |
|
29 |
HEADER /modules/*.php "<?php" HEADER |
|
30 |
REMOVE /HEADER |
|
31 |
|
|
32 |
SETUSER httpd |
|
33 |
SETGROUP daemon |
|
34 |
CHOWN / |