From 3de47410a5ce5552efa56d879b4c17769ff7c316 Mon Sep 17 00:00:00 2001 From: atomaka Date: Mon, 7 Nov 2011 22:06:43 -0500 Subject: [PATCH] Allow for short screenshot urls. --- application/config/routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/config/routes.php b/application/config/routes.php index ed496e0..38c9417 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -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 */ \ No newline at end of file