.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ sirgle
|
||||
sr_*
|
||||
google*
|
||||
Rankiss*
|
||||
thumb.lib.php
|
||||
|
||||
@ -95,7 +95,7 @@ define('G4_USE_CACHE', true); // 최신글등에 cache 기능 사용 여부
|
||||
// 6시간이 빠른 경우 time() + (3600 * 6);
|
||||
// 6시간이 느린 경우 time() - (3600 * 6);
|
||||
define('G4_SERVER_TIME', time());
|
||||
define('G4_TIME_YMDHIS', date("Y-m-d H:i:s", G4_SERVER_TIME));
|
||||
define('G4_TIME_YMDHIS', date('Y-m-d H:i:s', G4_SERVER_TIME));
|
||||
define('G4_TIME_YMD', substr(G4_TIME_YMDHIS, 0, 10));
|
||||
define('G4_TIME_HIS', substr(G4_TIME_YMDHIS, 11, 8));
|
||||
|
||||
|
||||
1284
lib/thumb.lib.php
Normal file
1284
lib/thumb.lib.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user