Changeset 10 for trunk/docs


Ignore:
Timestamp:
Sep 12, 2005 1:02:01 AM (19 years ago)
Author:
scdev
Message:

update module_maker to print module variables instead of writing files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/example_config.inc.php

    r9 r10  
    99 */
    1010
    11 if (!preg_match('!^/!', __FILE__)) {
     11// __FILE__ must be an absolute directory path, starting with / on unix and X: on windows.
     12if (!preg_match('!^/|^[A-Z]:!', __FILE__)) {
    1213    trigger_error('_config.inc.php include must be specified with an absolute file path (eg: "require_once dirname(__FILE__) . \'/_config.inc.php\';"', E_USER_ERROR);
    1314}
Note: See TracChangeset for help on using the changeset viewer.