diff options
author | Evan Prodromou <evan@status.net> | 2010-03-03 18:20:45 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-03 18:20:45 -0500 |
commit | 0f1c6e239acbf2c024c3aae9819d891f02b05bfd (patch) | |
tree | 42e923d0b8dd35ca2592a68a4dd26e686361b4c2 /lib/router.php | |
parent | 13521cb510f2377e9b865b0506f92ada9ef9b3cd (diff) | |
parent | 4103e8584c7ccfb444af0814345104afedd2c6fc (diff) |
Merge branch 'testing'
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'), |