Geändert:

* Webinterface Menü bearbeitet.
  * Squid-Error gefixt.
  * Pakfire gefixt, aber noch nicht funktionsfähig!


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@154 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-03 12:22:38 +00:00
parent ed38f89d27
commit 6d4147d250
14 changed files with 242 additions and 204 deletions

View File

@@ -803,18 +803,6 @@ if ($errormessage) {
&Header::closebox();
}
if (($advproxyversion lt $latest) && (-e $sysupdflagfile)) { unlink($sysupdflagfile); }
if (!-e $sysupdflagfile) {
&Header::openbox('100%', 'left', $Lang::tr{'advproxy update notification'});
print "<table width='100%' cellpadding='5'>\n";
print "<tr>\n";
print "<td bgcolor='$hintcolour' class='base'>$Lang::tr{'advproxy update information'}</td>";
print "</tr>\n";
print "</table>\n";
&Header::closebox();
}
# ===================================================================
# Main settings
# ===================================================================