diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi index f571e1b5f..513730bf3 100644 --- a/html/cgi-bin/pakfire.cgi +++ b/html/cgi-bin/pakfire.cgi @@ -47,6 +47,7 @@ $pakfiresettings{'AUTOUPGRADE'} = 'off'; $pakfiresettings{'UUID'} = 'on'; &Header::getcgihash(\%pakfiresettings); + &General::readhash("${General::swroot}/main/settings", \%mainsettings); &General::readhash("/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color); @@ -218,7 +219,7 @@ my $packages_update_age = &General::age("/opt/pakfire/db/lists/packages_list.db" &Header::openbox("100%", "center", "Pakfire"); print < +
$Lang::tr{'pakfire system state'}:
$Lang::tr{'pakfire core update level'}: $core_release
@@ -281,16 +282,18 @@ END print < - -
$Lang::tr{'basic options'} -
$Lang::tr{'pakfire update daily'} - - $Lang::tr{'pakfire register'} - -
$Lang::tr{'pakfire core update auto'} - -   -
+ + + + + +
$Lang::tr{'basic options'}
$Lang::tr{'pakfire update daily'} + on / + off
$Lang::tr{'pakfire core update auto'} + on / + off
$Lang::tr{'pakfire register'} + on / + off
END