Changeset 674 in subversion
- Timestamp:
- Aug 10, 2007 12:48:28 PM (6 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcmail_template.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r673 r674 13 13 - Check if mbstring supports charset (#1484290 and #1484292) 14 14 - Prefer iconv over mbstring (as suggested in #1484292) 15 - Check filesize of template includes (#1484409) 15 16 - Updated Simplified Chinese localization 16 17 - Added Ukrainian translation -
trunk/roundcubemail/program/include/rcmail_template.inc
r668 r674 454 454 case 'include': 455 455 $path = realpath($this->config['skin_path'].$attrib['file']); 456 if ( $fp = @fopen($path, 'r'))456 if (filesize($path) && ($fp = @fopen($path, 'r'))) 457 457 { 458 458 $incl = fread($fp, filesize($path));
Note: See TracChangeset
for help on using the changeset viewer.
