mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
improve install & update
This commit is contained in:
@@ -14,7 +14,7 @@ class Update extends Install
|
||||
|
||||
public function getLogFile()
|
||||
{
|
||||
return sprintf('%s/nexus-update-%s.log', sys_get_temp_dir(), date('YmdHis'));
|
||||
return sprintf('%s/nexus-update-%s.log', sys_get_temp_dir(), date('Ymd'));
|
||||
}
|
||||
|
||||
public function getUpdateDirectory()
|
||||
|
||||
Reference in New Issue
Block a user