Update AdminController.php
This commit is contained in:
parent
0c19b66e2c
commit
b90a2245dc
|
@ -301,7 +301,7 @@ class AdminController extends Controller
|
|||
|
||||
file_put_contents('.env', $config);
|
||||
|
||||
return Redirect('/panel/config');
|
||||
return Redirect('/panel/config?alternative-config');
|
||||
}
|
||||
|
||||
//Shows config file editor page
|
||||
|
|
Loading…
Reference in New Issue