Changeset 23508
- Timestamp:
- 2014/06/03 15:26:11 (8 years ago)
- Location:
- branches/version-2_13-dev/data/class
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php
r23503 r23508 258 258 header('Content-Length: ' . $content_length); 259 259 } 260 echo fread($fp, $content_length) 260 echo fread($fp, $content_length); 261 261 SC_Utils_Ex::sfFlush(); 262 262 } -
branches/version-2_13-dev/data/class/util/SC_Utils.php
r23507 r23508 1853 1853 = is_numeric(ini_get('max_execution_time')) 1854 1854 ? intval(ini_get('max_execution_time')) 1855 : intval(get_cfg_var('max_execution_time')) 1856 ; 1855 : intval(get_cfg_var('max_execution_time')); 1857 1856 } 1858 1857
Note: See TracChangeset
for help on using the changeset viewer.