aboutsummaryrefslogtreecommitdiff
path: root/about.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-04-18 08:52:02 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-04-18 08:52:02 +0200
commit451383433d842f4a6734573a37aaf9098dd245c7 (patch)
tree5c0f3fab84181c700cdebffe8b6251ec030bf033 /about.cgi
parente8a6206719edc70b0ce7257da5b34471f7f8e71f (diff)
complete change of configuration
Diffstat (limited to 'about.cgi')
-rwxr-xr-xabout.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/about.cgi b/about.cgi
index 26a4a51..b3c40af 100755
--- a/about.cgi
+++ b/about.cgi
@@ -32,9 +32,9 @@ $d << "<div><h2>" + _("--verbose") + "</h2>"
$d << _("The sourcecode of this application is available under the terms of <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>AGPL Version 3</a>")
$d << "<br />"
$d << _("You can get the sourcecode, using <a href='http://bazaar-vcs.org/'>bazaar</a>:")
-$d << "<pre>bzr branch #{SITEURL} dudle</pre></div>"
+$d << "<pre>bzr branch #{$conf.siteurl} dudle</pre></div>"
-$d << ABOUTNOTICE
+$d << $conf.aboutnotice
$d.out
end