Update install.php

This commit is contained in:
Lorenzo Yario 2025-10-29 16:52:45 -05:00 committed by GitHub
parent 0b49efffa4
commit 83ae07baf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
<?php <?php
// Installation/upgrade file // Installation/upgrade file
define('VERSION', '5.2.1'); define('VERSION', '5.2.2');
require 'inc/bootstrap.php'; require 'inc/bootstrap.php';
loadConfig(); loadConfig();
@ -1101,4 +1101,4 @@ if ($step == 0) {
} }
echo Element('page.html', $page); echo Element('page.html', $page);
} }