Skip to content

Commit b90a224

Browse files
committed
Update AdminController.php
1 parent 0c19b66 commit b90a224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/AdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public function editENV(request $request)
301301

302302
file_put_contents('.env', $config);
303303

304-
return Redirect('/panel/config');
304+
return Redirect('/panel/config?alternative-config');
305305
}
306306

307307
//Shows config file editor page

0 commit comments

Comments
 (0)