Changeset 502 in subversion
- Timestamp:
- Mar 4, 2007 7:47:45 AM (6 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r501 r502 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2007/03/04 (tomekp) 5 - check if safe mode is on or not (closes #1484269) 3 6 4 7 2007/03/02 (thomasb) -
trunk/roundcubemail/index.php
r500 r502 74 74 // increase maximum execution time for php scripts 75 75 // (does not work in safe mode) 76 @set_time_limit(120);76 if (!ini_get('safe_mode')) @set_time_limit(120); 77 77 78 78 // include base files
Note: See TracChangeset
for help on using the changeset viewer.
