Remove util/global_community_silence

- Update wrong comment block for Console\Maintenance
This commit is contained in:
Hypolite Petovan 2018-03-18 23:40:06 -04:00
parent 32c86b12ae
commit d83491ae59
2 changed files with 1 additions and 85 deletions

View file

@ -8,24 +8,8 @@ require_once 'boot.php';
require_once 'include/dba.php';
/**
* @brief tool to silence accounts on the global community page
* @brief Sets maintenance mode for this node
*
* With this tool, you can silence an account on the global community page.
* Postings from silenced accounts will not be displayed on the community
* page. This silencing does only affect the display on the community page,
* accounts following the silenced accounts will still get their postings.
*
* Usage: pass the URL of the profile to be silenced account as only parameter
* at the command line when running this tool. E.g.
*
* $> util/global_community_silence.php http://example.com/profile/bob
*
* will silence bob@example.com so that his postings won't appear at
* the global community page.
*
* License: AGPLv3 or later, same as Friendica
*
* @author Tobias Diekershoff
* @author Hypolite Petovan <mrpetovan@gmail.com>
*/
class Maintenance extends \Asika\SimpleConsole\Console