general-functions.pl: Fix overwritten substitutions.

This commit is contained in:
Michael Tremer
2013-08-05 09:32:46 +02:00
parent 9168da6fcc
commit 776a1761d0

View File

@@ -21,8 +21,8 @@ use Net::SSLeay;
use Net::IPv4Addr qw(:all);
$|=1; # line buffering
$General::version = '2.11';
$General::swroot = '/var/ipfire';
$General::version = 'VERSION';
$General::swroot = 'CONFIG_ROOT';
$General::noipprefix = 'noipg-';
$General::adminmanualurl = 'http://wiki.ipfire.org';