set_time_limit 경고 출력되지 않도록 수정

This commit is contained in:
chicpro
2013-09-17 11:34:14 +09:00
parent e25a403bea
commit 210c8d89c6

View File

@ -1,5 +1,5 @@
<?php
set_time_limit(0);
@set_time_limit(0);
$gmnow = gmdate('D, d M Y H:i:s') . ' GMT';
header('Expires: 0'); // rfc2616 - Section 14.21
header('Last-Modified: ' . $gmnow);