From cac5d3f8c5b780d16611a98c377593f26ae6ccdb Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 12 Feb 2025 21:57:17 +0000 Subject: [PATCH] Temporarily remove --- common.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.inc.php b/common.inc.php index 7a614230..3bd37143 100644 --- a/common.inc.php +++ b/common.inc.php @@ -604,13 +604,13 @@ function send_header($title = '', $nav = null, $icon = null, $titletranslated = echo '

' . $title . '

'; // if we're under /admin or /config then we want to show the ? help icon - if (substr(getcwd(), -6) == '/admin' || substr(getcwd(), -7) == '/config' || substr(getcwd(), -6) == '\admin' || substr(getcwd(), -7) == '\config') { + /*if (substr(getcwd(), -6) == '/admin' || substr(getcwd(), -7) == '/config' || substr(getcwd(), -6) == '\admin' || substr(getcwd(), -7) == '\config') { if (get_value_from_array($_SERVER, 'REDIRECT_SCRIPT_URL')) $fname = substr($_SERVER['REDIRECT_SCRIPT_URL'], strlen($config['SFIABDIRECTORY']) + 1); else $fname = substr($_SERVER['PHP_SELF'], strlen($config['SFIABDIRECTORY']) + 1); echo "'; - } + }*/ ''; echo '';