source: pro-violet-viettel/sourcecode/api.violet.vn/www/web/api.php.bak @ 878

Last change on this file since 878 was 473, checked in by dungnv, 11 years ago
File size: 371 bytes
Line 
1<?php
2define('SF_ROOT_DIR',    realpath(dirname(__FILE__).'/..'));
3define('SF_APP',         'platform');
4define('SF_ENVIRONMENT', 'prod');
5define('SF_DEBUG',       false);
6
7require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
8sfContext::getInstance()->getController()->dispatch();
Note: See TracBrowser for help on using the repository browser.