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 '';