From 451383433d842f4a6734573a37aaf9098dd245c7 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 18 Apr 2011 08:52:02 +0200 Subject: complete change of configuration --- about.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'about.cgi') diff --git a/about.cgi b/about.cgi index 26a4a51..b3c40af 100755 --- a/about.cgi +++ b/about.cgi @@ -32,9 +32,9 @@ $d << "

" + _("--verbose") + "

" $d << _("The sourcecode of this application is available under the terms of AGPL Version 3") $d << "
" $d << _("You can get the sourcecode, using bazaar:") -$d << "
bzr branch #{SITEURL} dudle
" +$d << "
bzr branch #{$conf.siteurl} dudle
" -$d << ABOUTNOTICE +$d << $conf.aboutnotice $d.out end -- cgit v1.2.3