diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-31 14:58:07 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-31 14:58:07 +0000 |
commit | 66ca8bc58837855a95042df3392cc360c7dad207 (patch) | |
tree | 6dc6e0d1c329258bc6cbf23c6d3a8c9058597315 /tntconfig.cpp | |
parent | 9a1f80da1ac3511c512cf258cff5fd13b27c95ea (diff) | |
download | vdr-plugin-live-66ca8bc58837855a95042df3392cc360c7dad207.tar.gz vdr-plugin-live-66ca8bc58837855a95042df3392cc360c7dad207.tar.bz2 |
- looking up paths now with MapUrl
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp index f047399..04add46 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -35,6 +35,7 @@ void TntConfig::WriteConfig() // XXX modularize file << "MapUrl ^/$ login@" << endl; + file << "MapUrl /([^/]+/.+) content@ $1" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; file << "SessionTimeout 86400" << endl; |