mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-10-28 04:22:26 +01:00
added an option to limit message downloads
This commit is contained in:
@@ -39,6 +39,8 @@ class ControllerMessageJournal extends Controller {
|
||||
|
||||
$this->data['data'] = $this->model_search_message->get_message_journal($this->data['piler_id']);
|
||||
|
||||
$this->data['can_download'] = $this->model_audit_audit->can_download();
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user