Skip to content

Commit 74460ad

Browse files
committed
Update AdminController.php
1 parent 92cac09 commit 74460ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/AdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public function phpinfo()
440440
//Shows config file editor page
441441
public function showFileEditor(request $request)
442442
{
443-
return view('/panel/config');
443+
return redirect('/panel/config');
444444
}
445445

446446
//Saves advanced config

0 commit comments

Comments
 (0)