]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/proxy.cgi
GeƤndert:
[ipfire-2.x.git] / html / cgi-bin / proxy.cgi
index 73fbc392bbce3d58e5e190974109dc66477f51e1..81b6ad12ec7a3c679b877e9d821117600a84e2e7 100644 (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
 # ===================================================================