From 334c4988bb1a71ab1253245370db19c93a19bdf0 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Mon, 8 Jan 2007 20:37:20 +0000 Subject: - fixed initial page --- tntconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tntconfig.cpp') 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; -- cgit v1.2.3