mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
f953799b4b
commit
93fd34cd82
3 changed files with 24 additions and 18 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue