<?phpprintf(__("We detected a total of %s pending updates, if you want to do it now click (Update Now) button"),"<strong class='badge'>".count($updateFiles)."</strong>");?>
Our repository is now running at version <?phpecho$version->version;?>.
You can follow this <a target="_blank" href="https://github.com/WWBN/AVideo/wiki/How-to-Update-your-AVideo-Platform" class="btn btn-warning btn-xs" rel="noopener noreferrer">Update Tutorial</a>
to update your files and get the latest version.
</div>
<?php
}else{
?>
<div class="alert alert-success">
<h2><i class="fas fa-check"></i> <?phpecho__("Your system is up to date");?></h2>
$sql="UPDATE configurations SET users_id = ".User::getId().", version = '1.1', webSiteTitle = '{$global['webSiteTitle']}', language = '{$global['language']}', contactEmail = '{$global['contactEmail']}', modified = now() WHERE id = 1";