Пример #1
0
 public static function getHash($seed)
 {
     return md5(VmConfig::getSecret() . $seed);
 }