예제 #1
0
 public function msgInvalidCredentials()
 {
     throw new NagVisException(l('You entered invalid credentials.'), l('Authentication failed'), 1, CoreRequestHandler::getReferer(''));
     return '';
 }