This file contains 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
// models/User.php | |
/** | |
* Check if the user used the domain prefix | |
* to login. If they did pass param through | |
* unchanged. If they didn't, prepend it and | |
* return it. | |
* @param string $username | |
* @return string | |
*/ |