Changeset 295

Show
Ignore:
Timestamp:
04/23/06 23:26:48 (3 years ago)
Author:
carmartin
Message:

includes.php: Use full path to config.php to avoid conflicts with PEAR on case-insentitive filesystems.

Now, why would a library system put such a generic name in the include path.
Libraries and frameworks shouldn't be doing this, methinks. It's the app
writers that get freedom to use easy variable, function and file names.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/includes.php

    r269 r295  
    55    // All installation specific parameters should be in a file  
    66    // that is not part of the standard distribution. 
    7         require_once("config.php"); 
     7        require_once(dirname(__FILE__)."/config.php"); 
    88 
    99    // Load datalib