- Timestamp:
- 01/12/06 05:26:09 (3 years ago)
- Files:
-
- trunk/trax/config/environment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/trax/config/environment.php
r108 r114 2 2 3 3 # include path for your php libs (PEAR etc) 4 define("PHP_LIB_ROOT", "/usr/share/php"); 5 define("TRAX_ROOT", dirname(dirname(__FILE__)) . "/"); 6 define("TRAX_URL_PREFIX", null); 4 define("PHP_LIB_ROOT", "/usr/local/lib/php"); 5 define("TRAX_ROOT", dirname(dirname(__FILE__)) . "/"); 6 define("TRAX_URL_PREFIX", null); 7 define("TRAX_VIEWS_EXTENTION", "phtml"); 7 8 8 9 # Set in the Apache Vhost (SetEnv TRAX_MODE development)

