source:
pro-violet-viettel/sourcecode/api.violet.vn/www/web/blog.php
@
752
Last change on this file since 752 was 473, checked in by dungnv, 11 years ago | |
---|---|
File size: 369 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/..')); |
4 | define('SF_APP', 'blog'); |
5 | define('SF_ENVIRONMENT', 'prod'); |
6 | define('SF_DEBUG', false); |
7 | |
8 | require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); |
9 | |
10 | sfContext::getInstance()->getController()->dispatch(); |
Note: See TracBrowser
for help on using the repository browser.