Files
raby/bootstrap/web.php

4 lines
45 B
PHP
Raw Normal View History

2020-02-27 19:09:54 -03:00
<?php
$_ENV = 'web';
include_once 'app.php';