| #742 | if($decrypt_str !== false) { |
| #743 | $u_arr = explode('_', $decrypt_str); |
| #744 | if(isset($u_arr[1]) && is_numeric($u_arr[1])) { |
| #745 | $_GET['action'] = 'poet_show'; |
| #746 | $_GET['id'] = (int)$u_arr[1]; |
| #747 | $decrypted = true; |
| #748 | } |
| #749 | } |
| #750 | } elseif($link_show_type == 8) { |
| #751 | $decrypt_arr = hashids_decrypt($newurl); |