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