Files
bilety.brzezovka.pl/autoload/view/class.Cron.php
2025-04-30 23:59:49 +02:00

12 lines
153 B
PHP

<?php
namespace view;
class Cron
{
public static function main_view()
{
$tpl = new \Tpl;
return $tpl -> render( 'cron/main-view' );
}
}