Update AdminController.php

This commit is contained in:
Julian Prieber 2022-11-17 21:32:47 +01:00
parent 0c19b66e2c
commit b90a2245dc
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class AdminController extends Controller
file_put_contents('.env', $config); file_put_contents('.env', $config);
return Redirect('/panel/config'); return Redirect('/panel/config?alternative-config');
} }
//Shows config file editor page //Shows config file editor page