Basic license admin panel (maybe we can make it fancier later)

This commit is contained in:
Zach Copley
2010-09-17 16:38:12 -07:00
parent afc799ddf8
commit 55ad954b15
4 changed files with 314 additions and 1 deletions

View File

@@ -690,6 +690,8 @@ class Router
$m->connect('admin/sessions', array('action' => 'sessionsadminpanel'));
$m->connect('admin/sitenotice', array('action' => 'sitenoticeadminpanel'));
$m->connect('admin/snapshot', array('action' => 'snapshotadminpanel'));
$m->connect('admin/license', array('action' => 'licenseadminpanel'));
$m->connect('getfile/:filename',
array('action' => 'getfile'),