Changeset 80 for branches/1.1dev/config


Ignore:
Timestamp:
Apr 7, 2006 10:16:12 PM (18 years ago)
Author:
scdev
Message:

added Captcha.inc.php and module maker config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/boot.inc.php

    r79 r80  
    7171    }
    7272   
    73     if (empty($CFG->database) || empty($CFG->username)) {
    74         logMsg('Database credentials missing.', LOG_ALERT, __FILE__, __LINE__);
     73    if (empty($CFG->database) || empty($CFG->username) || empty($CFG->password)) {
     74        logMsg('Database credentials missing.', LOG_WARNING, __FILE__, __LINE__);
    7575    }
    7676   
Note: See TracChangeset for help on using the changeset viewer.