Changeset 524
- Timestamp:
- 03/31/05 21:17:40 (8 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 3 modified
-
ChangeLog (modified) (1 diff)
-
wifidog/classes/User.php (modified) (1 diff)
-
wifidog/config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r523 r524 1 2005-02-14 Philippe April <philippe@ilesansfil.org> 2 * User.php: Add reference to $db global variable. 3 1 4 2005-03-31 Benoit Gr�goire <bock@step.polymtl.ca> 2 5 * Remove spaces after php blocks in various files. -
trunk/wifidog-auth/wifidog/classes/User.php
r523 r524 244 244 function isUserValid(& $errmsg = null) 245 245 { 246 global $db; 246 247 $retval = false; 247 248 $account_status = $this->getAccountStatus(); -
trunk/wifidog-auth/wifidog/config.php
r523 r524 7 7 * 8 8 * $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 * 9 13 * Revision 1.27 2005/04/01 02:05:32 benoitg 10 14 * 2005-03-31 Benoit Gr�goire <bock@step.polymtl.ca> … … 194 198 // RADIUS authenticators ( see AuthenticatorRadius constuctor doc for details ) 195 199 196 /*require_once BASEPATH.'classes/AuthenticatorRadius.php';200 require_once BASEPATH.'classes/AuthenticatorRadius.php'; 197 201 198 202 define('IDRC_ACCOUNT_ORIGIN', 'IDRC_RADIUS_USER'); … … 200 204 'name'=>"IDRC RADIUS Server test", 201 205 'authenticator'=>new AuthenticatorRadius(IDRC_ACCOUNT_ORIGIN, "192.168.0.11", 1812, 1813, "secret_key", "CHAP_MD5")); 202 */ 206 203 207 /*These are the file names of the different templates that can be put in the CONTENT_PATH/(node_id)/ folders */ 204 208 define('STYLESHEET_NAME', 'stylesheet.css');
