Site-wide notice text admin panel

This commit is contained in:
Zach Copley
2010-03-03 14:32:14 -08:00
parent 628338265c
commit 337b1aaaa1
4 changed files with 216 additions and 8 deletions

View File

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