From: Evan Prodromou Date: Mon, 16 Nov 2009 16:06:35 +0000 (+0100) Subject: add routes for silence, sandbox, delete user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f9f3665f7958a6c56279e70de8f987728554d8d;p=quix0rs-gnu-social.git add routes for silence, sandbox, delete user --- diff --git a/lib/router.php b/lib/router.php index bad3decad5..53f30dd3ec 100644 --- a/lib/router.php +++ b/lib/router.php @@ -96,7 +96,10 @@ class Router 'unsubscribe', 'confirmaddress', 'recoverpassword', 'invite', 'favor', 'disfavor', 'sup', 'block', 'unblock', 'subedit', - 'groupblock', 'groupunblock'); + 'groupblock', 'groupunblock', + 'sandbox', 'unsandbox', + 'silence', 'unsilence', + 'deleteuser'); foreach ($main as $a) { $m->connect('main/'.$a, array('action' => $a));