summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/router.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php
index 321b4273e..b143cd537 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'),