1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2023-10-10 16:14:18 -03:00
parent 8eee1d4965
commit 6b05746d2e

View file

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