Help for this page

Select Code to Download


  1. or download this
      $newhash = session::create_hash($sha, $userid, $come_from, $go_to, $sessionid, $time, $hash_secret);
  2. or download this
    sub create_hash{
        my ($self, $from, $to, $time) = @_;
        unless($time){ $time = time(); }