summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-08 20:37:20 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-08 20:37:20 +0000
commit334c4988bb1a71ab1253245370db19c93a19bdf0 (patch)
tree83588b5f2404457540690c7a02126ec947226ce8 /tntconfig.cpp
parentcb466102169d25155624503d7bdff5cd4fcbe0d1 (diff)
downloadvdr-plugin-live-334c4988bb1a71ab1253245370db19c93a19bdf0.tar.gz
vdr-plugin-live-334c4988bb1a71ab1253245370db19c93a19bdf0.tar.bz2
- fixed initial page
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r--tntconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index f23e588..f304fce 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -34,7 +34,7 @@ void TntConfig::WriteConfig()
}
// XXX modularize
- file << "MapUrl ^/$ whats_on.html?type=now@" << endl;
+ file << "MapUrl ^/$ whats_on@" << endl;
file << "MapUrl /([^.]+)(\\..+)? $1@" << endl;
file << "PropertyFile " << m_propertiesPath << endl;