This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* External MySQL auth plug-in for phpBB3 | |
* | |
* Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him. | |
* | |
* @package login | |
* @version $Id: auth_dbext.php 8602 2009-04-09 16:38:27Z nzeyimana $ | |
* @copyright NONE: use as you see fit but no guarantees | |
* @license NONE: use as you see fit but no guarantees |