mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
[admin] filter improve & fix ad link
This commit is contained in:
@@ -119,7 +119,7 @@ if ($currentStep == 3) {
|
||||
$newData = array_column($envFormControls, 'value', 'name');
|
||||
while ($isPost) {
|
||||
try {
|
||||
$update->createEnvFile($_POST);
|
||||
$update->createEnvFile($_POST, 'update');
|
||||
$update->nextStep();
|
||||
} catch (\Exception $exception) {
|
||||
$error = $exception->getMessage();
|
||||
|
||||
Reference in New Issue
Block a user