diff options
author | Friendika <info@friendika.com> | 2011-03-04 20:55:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-04 20:55:32 -0800 |
commit | 216f038456cae1016e030b33cac79f8ed690e366 (patch) | |
tree | 3db6bdcb57a3e68f24f7366da5d966a60bbb51a1 /mod/wall_upload.php | |
parent | 3c076b53fe0fb3d5e625b773a5e4723dece0a057 (diff) | |
download | volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.gz volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.bz2 volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.zip |
icon changes, feed security improvements
Diffstat (limited to 'mod/wall_upload.php')
-rw-r--r-- | mod/wall_upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php index ab06b4b2d..b5725311d 100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php @@ -101,5 +101,5 @@ function wall_upload_post(&$a) { echo '<br /><br /><a href="' . $a->get_baseurl() . '/photos/' . $page_owner_nick . '/image/' . $hash . '" ><img src="' . $a->get_baseurl() . "/photo/{$hash}-{$smallest}.jpg\" alt=\"$basename\" /></a><br /><br />"; killme(); - return; // NOTREACHED -}
\ No newline at end of file + // NOTREACHED +} |