]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Do not delete_orphan_files on an instance with Qvitter
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 12 Feb 2016 00:45:47 +0000 (01:45 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 12 Feb 2016 00:45:47 +0000 (01:45 +0100)
scripts/delete_orphan_files.php

index cae35a819f415963dfac120520dd70e67b26cc4c..2c49c10a508d468f5e859df0a437bf789d5b63d7 100755 (executable)
@@ -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';