Move snapshot configuration to its own admin panel

Turn on with: $config['admin']['panels'][] = 'snapshot';
This commit is contained in:
Zach Copley
2010-03-03 16:47:27 -08:00
parent 8436306d28
commit 61de37ec7b
4 changed files with 263 additions and 50 deletions

View File

@@ -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'),