diff --git a/dist/config/filesgen.ini b/dist/config/filesgen.ini index 8d210f1..ec292da 100644 --- a/dist/config/filesgen.ini +++ b/dist/config/filesgen.ini @@ -1,5 +1,6 @@ [main] Visible Sec Level = 10 +Visible on Web = false [Misc] Database = files_misc diff --git a/docs/docs/guide/files/config.md b/docs/docs/guide/files/config.md index cca4b63..bea4356 100644 --- a/docs/docs/guide/files/config.md +++ b/docs/docs/guide/files/config.md @@ -6,6 +6,7 @@ File directories and subdirectories are similar to message conferences and areas [main] Visible Sec Level = 10 + Visible On Web = false [Area One] Database = area_one @@ -19,7 +20,11 @@ File directories and subdirectories are similar to message conferences and areas Upload Sec Level = 99 Upload Path = /path/to/MagickaBBS/files/area_two -In the main section there is just one variable that applies to the whole directory, **Visible Sec Level** is the security level required to view the directory. +In the main section variables apply to the whole directory, + +**Visible Sec Level** is the security level required to view the directory. + +**Visible On Web** is either true or false if you want it visible and the files downloadable via the website. The section name for the sub-directory is the name of the sub directory.