From 7777a96853034691f5f6c2dcfc0a1e2542848d1b Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 26 Mar 2010 18:36:33 +0000 Subject: [PATCH] Add FIXME git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13930 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/configtest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configtest.php b/src/configtest.php index fb0be432..93e4350a 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -212,6 +212,7 @@ echo $IND . 'error_reporting: ' . $php_error_reporting_original_value . " (overr $safe_mode = ini_get('safe_mode'); if ($safe_mode) { + //FIXME: should show that safe_mode is off when it is (this only shows the safe_mode setting when it's on) (also might be generally helpful to show things like open_basedir, too or even add phpinfo() output or a link to another script that has phpinfo() echo $IND . 'safe_mode: ' . $safe_mode; if (empty($prefs_dsn) || empty($addrbook_dsn)) echo ' (double check data and attachment directory ownership, etc!)'; -- 2.25.1