From 6047d1079b0c93e05ec719c0136bf73e058ecf06 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sun, 8 Sep 2024 16:34:11 +0000 Subject: [PATCH] fireinfo: remove fireinfo profile collection should not send bpfire user profile to ipfire to confuse ipfire community, bpfire could setup such profile collection in the future. Signed-off-by: Vincent Li --- html/cgi-bin/index.cgi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index cc8a5e82c..5f80b352f 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -536,11 +536,6 @@ END &Header::closebox(); } -# Fireinfo -if ( ! -e "/var/ipfire/main/send_profile") { - $warnmessage .= "
  • $Lang::tr{'fireinfo please enable'}
  • "; -} - # EOL architecture my ($sysname, $nodename, $release, $version, $machine) = &POSIX::uname(); if ($machine =~ m/^arm/) {