diff options
Diffstat (limited to 'framework/Security/IUserManager.php')
-rw-r--r-- | framework/Security/IUserManager.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Security/IUserManager.php b/framework/Security/IUserManager.php index d90450a9..d8907160 100644 --- a/framework/Security/IUserManager.php +++ b/framework/Security/IUserManager.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -56,4 +56,4 @@ interface IUserManager public function validateUser($username,$password);
}
-?>
\ No newline at end of file +?> |