1
0
www.mikescher.com/www/index.php

18 lines
548 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
*/
// CHANGE the following line when in production mode
defined('YII_DEBUG') or define('YII_DEBUG', true);
require('./../app/lib/vendor/autoload.php');
Yiinitializr\Helpers\Initializer::create('./../app', 'main', array('common', 'env', 'local'))->run();