summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-26 16:18:16 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-26 16:18:16 +0000
commitda83671faaaaf84ebcfb171745166952ddb2d46c (patch)
tree9a12c56c475cebf8376204c38fae82653c52b1b2 /tntconfig.cpp
parentdd0362636658a20fb4144f6b221cf2808ffa6439 (diff)
downloadvdr-plugin-live-da83671faaaaf84ebcfb171745166952ddb2d46c.tar.gz
vdr-plugin-live-da83671faaaaf84ebcfb171745166952ddb2d46c.tar.bz2
Added authentication
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 f304fce..596ff6e 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -34,7 +34,7 @@ void TntConfig::WriteConfig()
}
// XXX modularize
- file << "MapUrl ^/$ whats_on@" << endl;
+ file << "MapUrl ^/$ login@" << endl;
file << "MapUrl /([^.]+)(\\..+)? $1@" << endl;
file << "PropertyFile " << m_propertiesPath << endl;