Moved most path and server settings to a new paths admin panel

This commit is contained in:
Zach Copley
2009-11-19 11:55:07 -08:00
parent 640bb39891
commit b8de14af2c
5 changed files with 341 additions and 137 deletions

View File

@@ -590,6 +590,8 @@ class Router
$m->connect('admin/site', array('action' => 'siteadminpanel'));
$m->connect('admin/design', array('action' => 'designadminpanel'));
$m->connect('admin/paths', array('action' => 'pathsadminpanel'));
$m->connect('getfile/:filename',
array('action' => 'getfile'),