1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Version 11.2 that add more support to track video views

This commit is contained in:
Daniel 2021-08-02 12:45:30 -03:00
parent 8db4802076
commit a5a91dc9d2
11 changed files with 320 additions and 22 deletions

View file

@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
exit;
}
$installationVersion = "11.1";
$installationVersion = "11.2";
error_log("Installation: ".__LINE__." ". json_encode($_POST));
header('Content-Type: application/json');