mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
backup support zip
This commit is contained in:
@@ -128,13 +128,7 @@ class Test extends Command
|
||||
// $r = $rep->getContinuousDays($attendance);
|
||||
// $r = $rep->getContinuousPoints(11);
|
||||
|
||||
$rep = new ToolRepository();
|
||||
$filename = resource_path('lang/zh_CN.json');
|
||||
$setting = [
|
||||
'via_sftp' => 'yes',
|
||||
];
|
||||
// $r = $rep->saveToSftp($setting, $filename);
|
||||
$r = strval(true);
|
||||
$r = trim(exec('command -v 7z.exe'));
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user