update filecenter docs
This commit is contained in:
parent
1455d0eddf
commit
1aaea18b94
@ -38,9 +38,10 @@ The section name for the sub-directory is the name of the sub directory.
|
||||
|
||||
## 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.
|
||||
|
||||
|
Reference in New Issue
Block a user