mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-20 21:27:34 +02:00
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…
x
Reference in New Issue
Block a user