From da83671faaaaf84ebcfb171745166952ddb2d46c Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 26 Apr 2007 16:18:16 +0000 Subject: Added authentication --- tntconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tntconfig.cpp') 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; -- cgit v1.2.3