preparing to fix post-login redirect

This commit is contained in:
4 raccoons in a trenchcoat. / luna vivian 2023-04-20 02:01:43 +02:00
parent 8f15262d01
commit 8b296a9b6d

View file

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