From c8753353ed4eeeb5c72c874f591c37f9c54b6e4a Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 12 Feb 2016 01:45:47 +0100 Subject: [PATCH] Do not delete_orphan_files on an instance with Qvitter --- scripts/delete_orphan_files.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/delete_orphan_files.php b/scripts/delete_orphan_files.php index cae35a819f..2c49c10a50 100755 --- a/scripts/delete_orphan_files.php +++ b/scripts/delete_orphan_files.php @@ -33,6 +33,9 @@ attached files weren't removed as well. Will print '.' for each deleted File entry and 'x' if it also had a locally stored file. +WARNING WARNING WARNING, this will also delete Qvitter files such as background etc. since +they are not linked to notices (yet anyway). + END_OF_HELP; require_once INSTALLDIR.'/scripts/commandline.inc';