Changeset 524

Show
Ignore:
Timestamp:
03/31/05 21:17:40 (8 years ago)
Author:
benoitg
Message:

2005-02-14 Philippe April <philippe@…>

  • User.php: Add reference to $db global variable.
Location:
trunk/wifidog-auth
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/ChangeLog

    r523 r524  
     12005-02-14 Philippe April <philippe@ilesansfil.org> 
     2        * User.php: Add reference to $db global variable. 
     3         
    142005-03-31 Benoit Gr�goire  <bock@step.polymtl.ca> 
    25        * Remove spaces after php blocks in various files. 
  • trunk/wifidog-auth/wifidog/classes/User.php

    r523 r524  
    244244        function isUserValid(& $errmsg = null) 
    245245        { 
     246        global $db; 
    246247                $retval = false; 
    247248                $account_status = $this->getAccountStatus(); 
  • trunk/wifidog-auth/wifidog/config.php

    r523 r524  
    77 * 
    88 *     $Log$ 
     9 *     Revision 1.28  2005/04/01 02:17:40  benoitg 
     10 *     2005-02-14 Philippe April <philippe@ilesansfil.org> 
     11 *      * User.php: Add reference to $db global variable. 
     12 * 
    913 *     Revision 1.27  2005/04/01 02:05:32  benoitg 
    1014 *     2005-03-31 Benoit Gr�goire  <bock@step.polymtl.ca> 
     
    194198// RADIUS authenticators ( see AuthenticatorRadius constuctor doc for details ) 
    195199 
    196 /*require_once BASEPATH.'classes/AuthenticatorRadius.php'; 
     200require_once BASEPATH.'classes/AuthenticatorRadius.php'; 
    197201 
    198202define('IDRC_ACCOUNT_ORIGIN', 'IDRC_RADIUS_USER'); 
     
    200204                             'name'=>"IDRC RADIUS Server test", 
    201205                             'authenticator'=>new AuthenticatorRadius(IDRC_ACCOUNT_ORIGIN, "192.168.0.11", 1812, 1813, "secret_key", "CHAP_MD5")); 
    202 */ 
     206 
    203207/*These are the file names of the different templates that can be put in the CONTENT_PATH/(node_id)/ folders */ 
    204208define('STYLESHEET_NAME', 'stylesheet.css');