From 107180b00a9c71d3ca8d9c53a592456598e0c834 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 19:38:28 +0000 Subject: / Mapping eingebaut --- tntconfig.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index 3735db2..ea6f9d0 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -32,6 +32,7 @@ void TntConfig::WriteConfig() } // XXX modularize + file << "MapUrl ^/$ whats_on_now@libtnt-live" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@libtnt-live" << endl; file << "PropertyFile " << m_propertiesPath << endl; file << "CompPath " << Setup::Get().GetLibraryPath() << endl; -- cgit v1.2.3