Changeset 752 for trunk/wifidog-auth/wifidog/classes/Network.php
- Timestamp:
- 09/12/05 15:02:57 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/Network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Network.php
r748 r752 389 389 throw new Exception("Network::getAuthenticator(): Security error: The parameters passed to the constructor of the authenticator are potentially unsafe"); 390 390 } 391 $objstring = 'return new '.$this->mRow['network_authenticator_class']."( '".$this->mRow['network_authenticator_params']."');";391 $objstring = 'return new '.$this->mRow['network_authenticator_class']."(".$this->mRow['network_authenticator_params'].");"; 392 392 return eval ($objstring); 393 393 }
