diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-26 16:18:16 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-26 16:18:16 +0000 |
commit | da83671faaaaf84ebcfb171745166952ddb2d46c (patch) | |
tree | 9a12c56c475cebf8376204c38fae82653c52b1b2 /tntconfig.cpp | |
parent | dd0362636658a20fb4144f6b221cf2808ffa6439 (diff) | |
download | vdr-plugin-live-da83671faaaaf84ebcfb171745166952ddb2d46c.tar.gz vdr-plugin-live-da83671faaaaf84ebcfb171745166952ddb2d46c.tar.bz2 |
Added authentication
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 2 |
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; |