@@ -188,8 +188,8 @@ |
||
| 188 | 188 | |
| 189 | 189 | public function hop_url($url) |
| 190 | 190 | { |
| 191 | - header('Cache-Control: no-cache, must-revalidate'); |
|
| 192 | - header('Expires: Mon, 01 Jan 1970 00:00:00 GMT'); |
|
| 191 | + header('Cache-Control: no-cache, must-revalidate'); |
|
| 192 | + header('Expires: Mon, 01 Jan 1970 00:00:00 GMT'); |
|
| 193 | 193 | header('Location: '.$url); |
| 194 | 194 | exit(); |
| 195 | 195 | } |