add internationalization
This commit is contained in:
parent
3c4dbf7f76
commit
7e5524e0dd
3 changed files with 38 additions and 38 deletions
|
@ -9,7 +9,7 @@ class CheckSimpleAuthController extends Controller
|
|||
{
|
||||
public function check(Request $req) {
|
||||
if (
|
||||
getenv('GITEA_ORGANIZATION') === $req->input('organizzazione')
|
||||
getenv('GITEA_ORGANIZATION') === $req->input('organization')
|
||||
&&
|
||||
getenv('APP_PASSWORD') === $req->input('password')
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue