From 288d875b79684f84d0fb1da5291de94ddf099a74 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 19 Nov 2009 15:17:24 -0800 Subject: Added validation to fields in user admin panel --- lib/router.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/router.php') 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._-]+')); -- cgit v1.2.3-54-g00ecf