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

Update installation version to 15.0 and add SQL update for configurations

This commit is contained in:
Daniel Neto 2025-06-14 18:20:41 -03:00
parent 8f4b0cc2d4
commit b6eca0b625
2 changed files with 3 additions and 1 deletions

View file

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

View file

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