diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 19:52:28 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 19:52:28 -0500 |
commit | 0994589b7389caa609f9b93e7c1572463b7dca36 (patch) | |
tree | 5e7e71df492aa09cbacca44232c7479f12f8ce22 /lib/router.php | |
parent | a26d23b39515e42a2f5437203d90d583d9a1be89 (diff) | |
parent | 61de37ec7bfb620288d3bc3b1fcdfb66725f0f99 (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 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 15f88c959..706120e0b 100644 --- a/lib/router.php +++ b/lib/router.php @@ -651,6 +651,7 @@ class Router $m->connect('admin/paths', array('action' => 'pathsadminpanel')); $m->connect('admin/sessions', array('action' => 'sessionsadminpanel')); $m->connect('admin/sitenotice', array('action' => 'sitenoticeadminpanel')); + $m->connect('admin/snapshot', array('action' => 'snapshotadminpanel')); $m->connect('getfile/:filename', array('action' => 'getfile'), |