Merge branch 'g5'

This commit is contained in:
chicpro
2013-09-17 11:35:08 +09:00

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);