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