diff --git a/lib/Authenticator.inc b/lib/Authenticator.inc index a4cfb56..ad9facb 100644 --- a/lib/Authenticator.inc +++ b/lib/Authenticator.inc @@ -5,9 +5,11 @@ * * Interface class that performs all authentication functions. * - * @version $Revision$ - * @author michael@jamwarehouse.com - * @package dmslib + * Licensed under the GNU GPL. For full terms see the file COPYING. + * + * @version $Revision$ + * @author owl_sessions_table where uid = '".$userDetails["user_id"]."'"); + $sql->query("select * from $default->owl_sessions_table where id = '".$userDetails["user_id"]."'"); if ($sql->num_rows($sql) >= $userDetails["max_sessions"]) { if ( $userDetails["group_id"] == 0) { // ignore maxsessions check for admin group