예제 #1
0
파일: FormHelper.php 프로젝트: h3rb/page
 public function Decode($data)
 {
     $cipher = new Cipher(form_salt);
     return $cipher->vigdecypher(urldecode($data));
 }