From: paul Date: Wed, 8 Feb 2017 14:11:28 +0000 (+0000) Subject: send reference to return page for various actions X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=c803beed2a68b45802a3463ac956cbd98496cf95 send reference to return page for various actions svn path=/trunk/; revision=175 --- diff --git a/actions/watch.sh b/actions/watch.sh index 546654c..5e02819 100755 --- a/actions/watch.sh +++ b/actions/watch.sh @@ -27,7 +27,7 @@ if [ "${_COOKIE[fakemp4]}" = yes ] && [ "${info##*.}" != mp4 ]; then elif [ -n "$foreign" ]; then _COOKIE[watch]=server videourl="${_GET[url]}" - watch_link="${_POST[return]}" + watch_link="${_GET[return]}" elif [ -z "$info" ]; then videourl="$(urlsafe "${location#/}")" else