Skip to content

Commit

Permalink
Merge pull request #824 from MattDevTec/main
Browse files Browse the repository at this point in the history
AdminController Dead Link
  • Loading branch information
JulianPrieber authored Oct 3, 2024
2 parents ffbeaad + a16e6a2 commit 5dc3d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public function phpinfo()
//Shows config file editor page
public function showFileEditor(request $request)
{
return redirect('/panel/config');
return redirect('/admin/config');
}

//Saves advanced config
Expand Down

0 comments on commit 5dc3d45

Please sign in to comment.