diff --git a/docs/docs/guide/files/config.md b/docs/docs/guide/files/config.md index bea4356..f3f1b5d 100644 --- a/docs/docs/guide/files/config.md +++ b/docs/docs/guide/files/config.md @@ -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.