From 15ec02f614ac81130ff26e4991d7062803dd9d5a Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sun, 7 Jan 2007 17:39:42 +0000 Subject: Changed some stuff for whats_on.ecpp --- tntconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index 040ae0b..f23e588 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -34,7 +34,7 @@ void TntConfig::WriteConfig() } // XXX modularize - file << "MapUrl ^/$ whats_on_now@" << endl; + file << "MapUrl ^/$ whats_on.html?type=now@" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; -- cgit v1.2.3