check if safe mode is on or not

release-0.6
svncommit 18 years ago
parent 7bbd5f6474
commit 024797706f

@ -1,6 +1,9 @@
CHANGELOG RoundCube Webmail
---------------------------
2007/03/04 (tomekp)
- check if safe mode is on or not (closes #1484269)
2007/03/02 (thomasb)
----------
- Show "no subject" in message list if subject is missing (closes #1484243)

@ -73,7 +73,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE);
// increase maximum execution time for php scripts
// (does not work in safe mode)
@set_time_limit(120);
if (!ini_get('safe_mode')) @set_time_limit(120);
// include base files
require_once('include/rcube_shared.inc');

Loading…
Cancel
Save