mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 02:12:15 +09:00
#85, time()을 $_SERVER['REQUEST_TIME']으로 대체
This commit is contained in:
parent
3bc8d7da67
commit
540da2c75c
28 changed files with 48 additions and 48 deletions
|
|
@ -48,7 +48,7 @@ class adminAdminModel extends admin
|
|||
$sftp = ssh2_sftp($connection);
|
||||
|
||||
// create temp file
|
||||
$pin = time();
|
||||
$pin = $_SERVER['REQUEST_TIME'];
|
||||
FileHandler::writeFile('./files/cache/ftp_check', $pin);
|
||||
|
||||
// create path candidate
|
||||
|
|
@ -142,7 +142,7 @@ class adminAdminModel extends admin
|
|||
}
|
||||
|
||||
// create temp file
|
||||
$pin = time();
|
||||
$pin = $_SERVER['REQUEST_TIME'];
|
||||
FileHandler::writeFile('./files/cache/ftp_check', $pin);
|
||||
|
||||
// create path candidate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue