Changeset 192 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 30, 2014 3:26:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/web/index.php
r163 r192 1 1 <?php 2 3 2 define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/..')); 4 3 define('SF_APP', 'platform'); … … 7 6 8 7 require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); 9 sfContext::getInstance()->getController()->dispatch();8 //sfContext::getInstance()->getController()->dispatch();
Note: See TracChangeset
for help on using the changeset viewer.