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:
parent
ffbeaadbe9
commit
a16e6a2c74
|
@ -451,7 +451,7 @@ public function SendTestMail(Request $request)
|
||||||
//Shows config file editor page
|
//Shows config file editor page
|
||||||
public function showFileEditor(request $request)
|
public function showFileEditor(request $request)
|
||||||
{
|
{
|
||||||
return redirect('/panel/config');
|
return redirect('/admin/config');
|
||||||
}
|
}
|
||||||
|
|
||||||
//Saves advanced config
|
//Saves advanced config
|
||||||
|
|
Loading…
Reference in New Issue