preparing to fix post-login redirect

merge-requests/6/head
4 raccoons in a trenchcoat. / luna vivian 2023-04-20 02:01:43 +02:00
parent 8f15262d01
commit 8b296a9b6d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if [[ ${post_data[login]} != '' && ${post_data[password]} != '' ]]; then
meta[redirect]='/'
else
meta[redirect]="$(echo ${get_data[r]} | sed -s 's/<//g;s/___/?/')"
#meta[redirect]="/watch?v=$(echo ${get_data[r]}"
fi
fi
fi