Example #1
0
 public static function getSalt()
 {
     $sa = base64_encode(substr(Session::getIp(), -5));
     return $sa;
 }