[Mpuls-commits] r4109 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 3 15:05:43 CET 2010
Author: torsten
Date: 2010-11-03 15:05:42 +0100 (Wed, 03 Nov 2010)
New Revision: 4109
Modified:
base/trunk/mpulsweb/lib/config.py
Log:
Added new config var to show or hide a notice if this server is confgured as public demo server.
Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py 2010-11-03 14:04:40 UTC (rev 4108)
+++ base/trunk/mpulsweb/lib/config.py 2010-11-03 14:05:42 UTC (rev 4109)
@@ -121,6 +121,7 @@
set('common', 'name', 'mpuls')
set('common', 'version', 'rev. %s' % get_revision())
set('common', 'releasedate', '07.04.2010')
+ set('common', 'showdemonotice', '0')
# Formed
set('formed', 'treefile', 'formedtree.xml')
More information about the Mpuls-commits
mailing list