Authenticacion
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$folder = implode(DIRECTORY_SEPARATOR, [
|
||||
__DIR__,
|
||||
$_ENV
|
||||
$__environment
|
||||
]);
|
||||
$filename = $_ENV . '.php';
|
||||
$filename = $__environment . '.php';
|
||||
include_once $filename;
|
||||
|
Reference in New Issue
Block a user