Ignore:
Timestamp:
Dec 16, 2013 5:32:39 AM (11 years ago)
Author:
anonymous
Message:

Test existence of db_* values before loading env variables; disabled use of trigger_error in App::getParam(), although this may allow value missing issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eli_branch/lib/Auth_SQL.inc.php

    r447 r449  
    810810     * patterns, at minimum the US State Department standard: cvcddcvc.
    811811     *
    812      * - x    a random upper or lower alpha character or digit
    813      * - C    a random upper or lower consonant
    814      * - V    a random upper or lower vowel
    815      * - c    a random lowercase consonant
    816      * - v    a random lowercase vowel
    817      * - d    a random digit
     812     * - x    A random upper or lower character, digit, or punctuation.
     813     * - C    A random upper or lower consonant.
     814     * - V    A random upper or lower vowel.
     815     * - c    A random lowercase consonant.
     816     * - v    A random lowercase vowel.
     817     * - d    A random digit.
    818818     *
    819819     * @param  string $pattern  a sequence of character types, above.
Note: See TracChangeset for help on using the changeset viewer.