Changeset 678 for trunk/bin


Ignore:
Timestamp:
May 5, 2019 7:03:40 PM (5 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/_config.inc.php

    r674 r678  
    7070********************************************************************/
    7171
    72 // Include core libraries.
    73 (include_once 'codebase/lib/App.inc.php') || require_once CODEBASE_PATH . '/lib/App.inc.php';
     72// Include core libraries: try local codebase path first, otherwise use global.
     73(@include_once 'codebase/lib/App.inc.php') || require_once CODEBASE_PATH . '/lib/App.inc.php';
    7474
    7575define('_CLI', true);
Note: See TracChangeset for help on using the changeset viewer.