<?php
define('SF_PATH',    '/skyitech');
define('SF_ROOT_DIR',    realpath(dirname(__FILE__).SF_PATH));
define('SF_APP',         'frontend');
define('SF_ENVIRONMENT', 'hindicsc');
define('SF_DEBUG',       false);
require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
sfContext::getInstance()->getController()->dispatch();