Files
raby/bootstrap/web.php
2020-02-27 19:09:54 -03:00

4 lines
45 B
PHP

<?php
$_ENV = 'web';
include_once 'app.php';