]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/pakfire.cgi
HinzugefĆ¼gt:
[people/teissler/ipfire-2.x.git] / html / cgi-bin / pakfire.cgi
index 41845e4fbda10d9c5f886991608b58392848bfbd..84662a84cf0f3850ebca24592d277c70233dbc63 100644 (file)
@@ -17,7 +17,7 @@ use strict;
 #use warnings;
 #use CGI::Carp 'fatalsToBrowser';
 
-require 'CONFIG_ROOT/general-functions.pl';
+require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/lang.pl";
 require "${General::swroot}/header.pl";
 
@@ -50,7 +50,7 @@ $checked{'AUTOUPD'}{'off'} = '';
 $checked{'AUTOUPD'}{'on'} = '';
 $checked{'AUTOUPD'}{$pakfiresettings{'AUTOUPD'}} = "checked='checked'";
 
-&Header::openpage($Lang::tr{'pakfire configuration'}, 1, $refresh);
+&Header::openpage($Lang::tr{'pakfire configuration'}, 1);
 
 &Header::openbigbox('100%', 'left', '', $errormessage);