#13035 fixed build version in install

This commit is contained in:
Daniel Cebrian 2024-04-15 10:01:41 +02:00
parent 8d9a89a6a8
commit 8fd9bf1702

View File

@ -131,7 +131,7 @@
<div style='padding-bottom: 50px'> <div style='padding-bottom: 50px'>
<?php <?php
$version = '7.0NG.776'; $version = '7.0NG.776';
$build = '240402'; $build = '240415';
$banner = "v$version Build $build"; $banner = "v$version Build $build";
error_reporting(0); error_reporting(0);