1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel Neto 2024-01-01 14:30:14 -03:00
parent f953799b4b
commit 93fd34cd82
3 changed files with 24 additions and 18 deletions

View file

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