diff options
author | Zach Copley <zach@status.net> | 2009-11-19 15:17:24 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-19 15:17:24 -0800 |
commit | 288d875b79684f84d0fb1da5291de94ddf099a74 (patch) | |
tree | abe1cfbe1c1aa438f447b77823df03b90e1ab3b9 /lib/router.php | |
parent | 8618b064e226e7a2ff16627eaa2a76906ac64176 (diff) |
Added validation to fields in user admin panel
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/router.php b/lib/router.php index d5101826f..b22185126 100644 --- a/lib/router.php +++ b/lib/router.php @@ -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._-]+')); |