portal.mkgtu.ru/backend/views/cleaner/index.php

16 lines
188 B
PHP
Raw Permalink Normal View History

2024-03-28 09:51:45 +03:00
<?php
use yii\web\View;
$this->title = Yii::t('backend', 'Очистка данных');
$this->params['breadcrumbs'][] = $this->title;
?>
<?php echo $this->render('_clean_log');