Changeset 665 for trunk/docs


Ignore:
Timestamp:
Feb 10, 2019 9:48:46 PM (5 years ago)
Author:
anonymous
Message:

Add $app->isCLI() to replace $app->cli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/examples/_config.inc.php

    r576 r665  
    9696));
    9797
    98 if ($app->cli) {
     98if ($app->isCLI()) {
    9999    // DB credentials for command line scripts stored in a file with read rights
    100100    // given only to the user who will be executing the scripts: -rw-------
Note: See TracChangeset for help on using the changeset viewer.