| @@ -29,10 +29,9 @@ | ||
| 29 | 29 | return $this->full_url; |
| 30 | 30 | } |
| 31 | 31 | return add_query_arg([ |
| 32 | 32 | 'fbs' => 1, |
| 33 | - 'fbs_comment_image' => $this->file_hash, | |
| 34 | - 'secure_sign' => md5($this->id . gmdate('YmdH')) | |
| 33 | + 'fbs_comment_image' => $this->file_hash, | |
| 35 | 34 | ], site_url('/index.php')); |
| 36 | 35 | } |
| 37 | 36 | |
| 38 | 37 | /** |
| @@ -58,5 +57,4 @@ | ||
| 58 | 57 | } |
| 59 | 58 | |
| 60 | 59 | |
| 61 | 60 | } |
| 62 | - | |