4 lines
45 B
PHP
4 lines
45 B
PHP
|
<?php
|
||
|
$_ENV = 'web';
|
||
|
include_once 'app.php';
|