s
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | ||
| 14 | if (isset($_GET['id']) && $_GET['id'] == md5($file)) { | 14 | if (isset($_GET['id']) && $_GET['id'] == md5($file)) { |
| 15 | $valid = $file . '/publish/'; | 15 | $valid = $file . '/publish/'; |
| 16 | $id = '&id=' . $_GET['id']; | 16 | $id = '&id=' . $_GET['id']; |
| 17 | } | 17 | } |
| 18 | } | 18 | } |
| 19 | } | 19 | } | ... | ... |
-
Please register or sign in to post a comment