name export config improve

This commit is contained in:
mercury
2023-02-17 01:04:02 +04:00
parent 43c522962f
commit 3bc5217953
+1 -1
View File
@@ -381,7 +381,7 @@ class Bot
],
];
$this->upload(date('d_m_Y_H_i') . '.json', json_encode($conf, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES));
$this->upload('vpnbot_export_' . date('d_m_Y_H_i') . '.json', json_encode($conf, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES));
}
public function import()