From 876c30cb39b06188abfa10ee07ba9dafbdf3fded Mon Sep 17 00:00:00 2001 From: Eudyptula Date: Thu, 18 Jun 2009 18:35:52 -0400 Subject: Removed extraneous line from routing.csv --- frontend/routing.csv | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/routing.csv b/frontend/routing.csv index f203e10..232daef 100644 --- a/frontend/routing.csv +++ b/frontend/routing.csv @@ -20,8 +20,6 @@ # Pass through ^(js)/([0-9a-zA-Z-_]+\.(js))$ passthrough dir file ext ^(images)/([0-9a-zA-Z-_]+\.(gif|jpg|jpeg|ico))$ passthrough dir file ext -# Recording/download just sets the download setting and filename before handing off to passthrough -^(recordings)/([0-9]+\.(mp3))$ recording/download dir file ext # Replace xinha with a directory name to turn it into fairly normal handling like without all this crazy redirecting #^(xinha(?=/)[0-9a-zA-Z-_./]*).(?<=/)([0-9a-zA-Z-_.]+\.([a-zA-Z0-9]+))$ passthrough dir file ext # CSS -- cgit v1.2.3-65-gdbad