1
0
Fork 0

Allow for short screenshot urls.

This commit is contained in:
Andrew Tomaka 2011-11-07 22:06:43 -05:00
parent da3439e9a4
commit 3de47410a5

View file

@ -41,6 +41,8 @@
$route['default_controller'] = "upload";
$route['404_override'] = '';
$route['[0-9]+'] = 'view/specific/$1';
/* End of file routes.php */
/* Location: ./application/config/routes.php */