1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-02 17:29:20 +02:00

Secure checkpoint

This commit is contained in:
Daniel Neto 2025-07-14 12:22:53 -03:00
parent 5fea224abd
commit f838085121
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ if (file_exists("../videos/configuration.php")) {
}
$installationVersion = "17.0";
$installationVersion = "18.0";
require_once '../objects/functionsSecurity.php';

View file

@ -0,0 +1,2 @@
-- Security: Update checkpoint
UPDATE configurations SET version = '18.0', modified = now() WHERE id = 1;