update filecenter docs

This commit is contained in:
Andrew Pamment 2018-05-14 09:08:22 +10:00
parent 1455d0eddf
commit 1aaea18b94

View File

@ -38,9 +38,10 @@ The section name for the sub-directory is the name of the sub directory.
## Uploading Files ## Uploading Files
When a user (or the sysop) uploads a file, they are not *approved* by default, so they will not be shown in the listings. To approve uploaded files, the sysop should run the fileapprove utility on the database. When a user (or the sysop) uploads a file, they are not *approved* by default, so they will not be shown in the listings. To approve uploaded files, the sysop should run the filecenter utility on the database.
./utils/fileapprove/fileapprove -d database.sq3 cd utils/filecenter
./filecenter -c ../../config/bbs.ini
This will list all the files in the database, and allow the sysop to toggle the approved status, or remove the file entirely. This will list all the files in the database, and allow the sysop to toggle the approved status, or remove the file entirely.