mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Secure checkpoint
This commit is contained in:
parent
5fea224abd
commit
f838085121
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ if (file_exists("../videos/configuration.php")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$installationVersion = "17.0";
|
$installationVersion = "18.0";
|
||||||
|
|
||||||
require_once '../objects/functionsSecurity.php';
|
require_once '../objects/functionsSecurity.php';
|
||||||
|
|
||||||
|
|
2
updatedb/updateDb.v18.0.sql
Normal file
2
updatedb/updateDb.v18.0.sql
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
-- Security: Update checkpoint
|
||||||
|
UPDATE configurations SET version = '18.0', modified = now() WHERE id = 1;
|
Loading…
Add table
Add a link
Reference in a new issue