Authenticacion
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$_ENV = 'web';
|
||||
$__environment = 'web';
|
||||
include_once 'app.php';
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$_ENV = 'web';
|
||||
$__environment = 'web';
|
||||
include_once 'app.php';
|
||||
|