Auth($login,$pass) is the main authorizing function in the CCMS.
Returns type : QueryResult
$result = Auth("admin","admin");
if($result->$result == "OK"){
//Actions with user
}
echo $result->$result . "<br>";
echo $result->$u->$name;
Result of the function can have following values of $result :