예제 #1
0
function check_admin_pass($password)
{
    return Authenticate::validateAuthAdmin($password);
}