Changeset 20339 for events/phpframework/plain_php/trunk/init.php
- Timestamp:
- 10/01/08 08:02:29 (3 months ago)
- Files:
-
- 1 modified
-
events/phpframework/plain_php/trunk/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/init.php
r20044 r20339 8 8 set_include_path(get_include_path() . PATH_SEPARATOR . $p); 9 9 10 include_once dirname(__FILE__) . '/default.php'; 10 11 include_once dirname(__FILE__) . '/core/function.php'; 12 include_once dirname(__FILE__) . '/model/mail/mail.php'; 11 13 12 14 15 $c = new ApplicationContext(dirname(__FILE__), 'http://localhost/phwittr', 16 dirname(__FILE__) . '/resource', 'http://localhost/phwittr/resource', 17 'localhost', 18 '/phwittr'); 19 ObjectBuilder::setApplicationContext($c); 20 21 mb_language('japanese'); 22 mb_internal_encoding(Pool::getInstance()->fetchConfig()->encoding);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)