Changeset 295
- Timestamp:
- 04/23/06 23:26:48 (3 years ago)
- Files:
-
- devel/includes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/includes.php
r269 r295 5 5 // All installation specific parameters should be in a file 6 6 // that is not part of the standard distribution. 7 require_once( "config.php");7 require_once(dirname(__FILE__)."/config.php"); 8 8 9 9 // Load datalib
