Files
inwestprofil.eu/autoload/admin/view/class.Update.php
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

14 lines
247 B
PHP

<?php
namespace admin\view;
class Update
{
public static function main_view()
{
$tpl = new \Tpl;
$tpl -> ver = \S::get_version();
$tpl -> new_ver = \S::get_new_version();
return $tpl -> render( 'update/main-view' );
}
}