owl_fs_root/lib/authentication/Authenticator.inc"); /** * $Id$ * * Perform authentication tasks against the database. * * @version $Revision$ * @author owl_users_table where username = '$userName' and password = '" . md5($password) . "'"; $sql->query($query); $numrows = $sql->num_rows($sql); if ($numrows == "1") { return true; } else { return false; } } } ?>