1
0
www.mikescher.com/www/index.php
2014-05-06 12:17:10 +02:00

14 lines
442 B
PHP

<?php
/**
*
* Bootstrap index file
*
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @link http://www.ramirezcobos.com/
* @link http://www.2amigos.us/
* @copyright 2013 2amigOS! Consultation Group LLC
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
*/
require('./../app/lib/vendor/autoload.php');
Yiinitializr\Helpers\Initializer::create('./../app', 'main', array('common', 'env', 'local'))->run();