Exemplo n.º 1
0
 static function validateSecretKey($secretKey = null)
 {
     if ($secretKey !== SECRECT_KEY) {
         return Akaria::unauthorized();
     }
 }