Skip to content

Commit 08a6d3a

Browse files
committed
fix: added missing directories in repo, corrected documentation (#973)
1 parent f56a921 commit 08a6d3a

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ phpmyfaq/content/core/config/azure.php
2727
phpmyfaq/content/core/config/azure.bak.php
2828
phpmyfaq/content/core/config/index.html
2929
phpmyfaq/content/core/data/*
30+
!phpmyfaq/content/core/data/.gitkeep
3031
phpmyfaq/content/core/logs/*
32+
!phpmyfaq/content/core/logs/.gitkeep
3133
phpmyfaq/content/user/images/*
34+
!phpmyfaq/content/user/images/.gitkeep
3235
phpmyfaq/content/user/attachments/*
36+
!phpmyfaq/content/user/attachments/.gitkeep
3337

3438
# Third party PHP libraries
3539
phpmyfaq/src/libs

docs/installation.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ It might help to set chmod 775 to the whole phpMyFAQ directory to avoid problems
7676
running a very restrictive mod_php installation you should keep the chmod 775 for the following files and directories
7777
even after the successful installation:
7878

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/**
8384

8485
All other directories shouldn't be world-writable for your own security.
8586

phpmyfaq/content/core/data/.gitkeep

Whitespace-only changes.

phpmyfaq/content/core/logs/.gitkeep

Whitespace-only changes.

phpmyfaq/content/user/attachments/.gitkeep

Whitespace-only changes.

phpmyfaq/content/user/images/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)