From 1aaea18b9444f28dbff2f155c3741119ef1a8098 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Mon, 14 May 2018 09:08:22 +1000 Subject: [PATCH] update filecenter docs --- docs/docs/guide/files/config.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.