File tree 6 files changed +9
-4
lines changed
6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,13 @@ phpmyfaq/content/core/config/azure.php
27
27
phpmyfaq /content /core /config /azure.bak.php
28
28
phpmyfaq /content /core /config /index.html
29
29
phpmyfaq /content /core /data /*
30
+ ! phpmyfaq /content /core /data /.gitkeep
30
31
phpmyfaq /content /core /logs /*
32
+ ! phpmyfaq /content /core /logs /.gitkeep
31
33
phpmyfaq /content /user /images /*
34
+ ! phpmyfaq /content /user /images /.gitkeep
32
35
phpmyfaq /content /user /attachments /*
36
+ ! phpmyfaq /content /user /attachments /.gitkeep
33
37
34
38
# Third party PHP libraries
35
39
phpmyfaq /src /libs
Original file line number Diff line number Diff line change @@ -76,10 +76,11 @@ It might help to set chmod 775 to the whole phpMyFAQ directory to avoid problems
76
76
running a very restrictive mod_php installation you should keep the chmod 775 for the following files and directories
77
77
even after the successful installation:
78
78
79
- - the directory ** attachments/**
80
- - the directory ** config/**
81
- - the directory ** data/**
82
- - the directory ** images/**
79
+ - the directory ** content/core/config/**
80
+ - the directory ** content/core/data/**
81
+ - the directory ** content/core/logs/**
82
+ - the directory ** content/user/attachments/**
83
+ - the directory ** content/user/images/**
83
84
84
85
All other directories shouldn't be world-writable for your own security.
85
86
You can’t perform that action at this time.
0 commit comments