Added validation to fields in user admin panel

This commit is contained in:
Zach Copley
2009-11-19 15:17:24 -08:00
parent 8618b064e2
commit 288d875b79
2 changed files with 26 additions and 3 deletions

View File

@@ -593,8 +593,6 @@ class Router
$m->connect('admin/user', array('action' => 'useradminpanel'));
$m->connect('admin/paths', array('action' => 'pathsadminpanel'));
$m->connect('getfile/:filename',
array('action' => 'getfile'),
array('filename' => '[A-Za-z0-9._-]+'));