From 6551511c28f7d6f478b33a13a5db1a9b78154a92 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 20 Oct 2015 16:33:16 -0200 Subject: Remove unnecessary functions verify_all_package_servers() and check_package_server_ssl() --- src/etc/inc/pkg-utils.inc | 10 ---------- src/usr/local/www/index.php | 5 ----- 2 files changed, 15 deletions(-) (limited to 'src') diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc index 63286c2..1eca82d 100644 --- a/src/etc/inc/pkg-utils.inc +++ b/src/etc/inc/pkg-utils.inc @@ -1036,14 +1036,4 @@ function stop_packages() { } } -function verify_all_package_servers() { - // XXX: Remove it after GUI is ready - return true; -} - -function check_package_server_ssl() { - // XXX: Remove it after GUI is ready - return true; -} - ?> diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php index 608262a..407af0c 100644 --- a/src/usr/local/www/index.php +++ b/src/usr/local/www/index.php @@ -276,11 +276,6 @@ foreach ($phpincludefiles as $includename) { $pgtitle = array(gettext("Status: Dashboard")); include("head.inc"); -/* Print package server mismatch warning. See https://redmine.pfsense.org/issues/484 */ -if (!verify_all_package_servers()) { - print_info_box(package_server_mismatch_message()); -} - if ($savemsg) { print_info_box($savemsg); } -- cgit v1.1