AdminController Dead Link

Line 454 had wrong link causing errors when updating .env via alternative config editor on admin config settings. Now fixed and tested.
This commit is contained in:
MattDevTec 2024-10-03 14:39:37 +01:00 committed by GitHub
parent ffbeaadbe9
commit a16e6a2c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ public function SendTestMail(Request $request)
//Shows config file editor page
public function showFileEditor(request $request)
{
return redirect('/panel/config');
return redirect('/admin/config');
}
//Saves advanced config