From: Evan Prodromou Date: Wed, 11 Nov 2009 06:43:56 +0000 (-0500) Subject: add designadminpanel to router X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bcb0447eda21cc997fd447b2be3343cb1454bb33;p=quix0rs-gnu-social.git add designadminpanel to router --- diff --git a/lib/router.php b/lib/router.php index 321b4273e7..b143cd5379 100644 --- a/lib/router.php +++ b/lib/router.php @@ -586,6 +586,7 @@ class Router $m->connect('api/trends.json', array('action' => 'twitapitrends')); $m->connect('admin/site', array('action' => 'siteadminpanel')); + $m->connect('admin/design', array('action' => 'designadminpanel')); $m->connect('getfile/:filename', array('action' => 'getfile'),