Removed a reference to the firebuild file.

This commit is contained in:
Michael Tremer
2008-04-09 23:27:26 +02:00
parent 30567f621e
commit 64a8ba2d2b

View File

@@ -36,7 +36,7 @@ require "${General::swroot}/header.pl";
&Header::openbigbox('100%', 'center');
&Header::openbox('100%', 'left', 'Version');
print "This is IPFire Build ".`cat /var/ipfire/firebuild`." and tagged as ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
print "This is IPFire ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
&Header::closebox();
&Header::openbox('100%', 'left', $Lang::tr{'credits'});