Skip to content

Commit a16e6a2

Browse files
author
MattDevTec
authored
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.
1 parent ffbeaad commit a16e6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/AdminController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public function phpinfo()
451451
//Shows config file editor page
452452
public function showFileEditor(request $request)
453453
{
454-
return redirect('/panel/config');
454+
return redirect('/admin/config');
455455
}
456456

457457
//Saves advanced config

0 commit comments

Comments
 (0)