| @@ -36,12 +36,10 @@ | ||
| 36 | 36 | return $this->full_url; |
| 37 | 37 | } |
| 38 | 38 | return add_query_arg([ |
| 39 | 39 | 'fbs' => 1, |
| 40 | - 'fbs_comment_image' => $this->file_hash, | |
| 41 | - 'secure_sign' => md5($this->id . gmdate('YmdH')) | |
| 40 | + 'fbs_comment_image' => $this->file_hash, | |
| 42 | 41 | ], site_url('/index.php')); |
| 43 | 42 | } |
| 44 | 43 | |
| 45 | 44 | |
| 46 | 45 | } |
| 47 | - | |