Changeset 13405
- Timestamp:
- 06/07/08 20:12:37 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/ethna/trunk/app/Phwittr_Controller.php
r13385 r13405 14 14 $app = BASE . "/app"; 15 15 $lib = BASE . "/lib"; 16 ini_set('include_path', implode(PATH_SEPARATOR, array($app, $lib)) . PATH_SEPARATOR . ini_get('include_path')); 16 $manager = $app . "/manager"; 17 ini_set('include_path', implode(PATH_SEPARATOR, array($app, $lib, $manager)) . PATH_SEPARATOR . ini_get('include_path')); 17 18 18 19
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)