Вход Регистрация
Файл: app/controllers/admin/AdminLogs.php
Строк: 17
<?php

class AdminLogs {

    function 
__construct() {
        
$this->model = new AdminLogsModel();
        if (
User::$user['level'] < 100) {
            
Functions::redirect(Cms::setup('home'));
        }
    }

    function 
index() {
        
Cms::header('Логи администрации');
        
$this->model->index();
        
Cms::footer();
    }

    function 
notice() {
        
Cms::header('Уведомления пользователей');
        
$this->model->notice();
        
Cms::footer();
    }

}
Онлайн: 2
Реклама