diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-06-18 18:35:52 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-06-18 18:35:52 -0400 |
commit | 876c30cb39b06188abfa10ee07ba9dafbdf3fded (patch) | |
tree | 34f6a7f42ab1c0a969ad15d0a84ef25bfe217baf | |
parent | Moved newclass utility into a cli script, created first-time setup script rep... (diff) | |
download | ingenue-876c30cb39b06188abfa10ee07ba9dafbdf3fded.tar.gz ingenue-876c30cb39b06188abfa10ee07ba9dafbdf3fded.tar.bz2 ingenue-876c30cb39b06188abfa10ee07ba9dafbdf3fded.zip |
Removed extraneous line from routing.csv
-rw-r--r-- | frontend/routing.csv | 2 |
1 files changed, 0 insertions, 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 |