mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
7 lines
152 B
PHP
7 lines
152 B
PHP
<h5><?= __("Filtering on"); ?> <?php echo $filter; ?></h5>
|
|
|
|
<?php
|
|
$data['ispopup'] = $ispopup ?? '';
|
|
$this->load->view('view_log/partial/log_ajax');
|
|
?>
|