mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
add session id on js
This commit is contained in:
parent
a1e9d1c329
commit
aebc12a555
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ function addView(videos_id, currentTime) {
|
||||||
|
|
||||||
function _addView(videos_id, currentTime) {
|
function _addView(videos_id, currentTime) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: webSiteRootURL + 'objects/videoAddViewCount.json.php',
|
url: webSiteRootURL + 'objects/videoAddViewCount.json.php?PHPSESSID='+PHPSESSID,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: {
|
data: {
|
||||||
'id': videos_id,
|
'id': videos_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue