diff options
author | Zach Copley <zach@status.net> | 2010-03-03 14:32:14 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-03-03 14:37:30 -0800 |
commit | 337b1aaaa16bde80b42a9902ebeb299f8f13a226 (patch) | |
tree | ffd34155564dc122ea78242bcb1c205d1430f591 /lib/router.php | |
parent | 628338265c1607000eaffc42418c63092b019720 (diff) |
Site-wide notice text admin panel
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index abbce041d..7e8e22a7d 100644 --- a/lib/router.php +++ b/lib/router.php @@ -649,6 +649,7 @@ class Router $m->connect('admin/access', array('action' => 'accessadminpanel')); $m->connect('admin/paths', array('action' => 'pathsadminpanel')); $m->connect('admin/sessions', array('action' => 'sessionsadminpanel')); + $m->connect('admin/sitenotice', array('action' => 'sitenoticeadminpanel')); $m->connect('getfile/:filename', array('action' => 'getfile'), |