Skip to content

Commit

Permalink
Update ul.php
Browse files Browse the repository at this point in the history
  • Loading branch information
biscoe916 committed May 29, 2013
1 parent 29b6247 commit 6bd008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ul.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
} elseif($secret_key != $sk) { // Make sure we're authorized
$return['status'] = 'failed';
$return['fail_reason'] = 'Unauthorized: Keys must match.';
} else {
} else { // Now save the file
if(file_put_contents($new_img, file_get_contents($url))) {
$return['status'] = 'success';
$return['url'] = $directory.$new_img;
Expand Down

0 comments on commit 6bd008c

Please sign in to comment.