Files
portal-legacy/html/atlbiomed_dev.php

12 lines
399 B
PHP
Raw Normal View History

2012-11-28 03:55:08 -05:00
<?php
ini_set("display_errors", 1);
define('SF_ROOT_DIR', realpath(dirname(__file__).'/..'));
define('SF_APP', 'atlbiomed');
define('SF_ENVIRONMENT', 'dev');
define('SF_DEBUG', 1);
require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
sfContext::getInstance()->getController()->dispatch();