mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 10:27:03 +02:00
added an option to limit message restores
This commit is contained in:
@ -40,6 +40,7 @@ class ControllerMessageHeaders extends Controller {
|
||||
$this->data['message'] = $this->model_search_message->get_message_headers($this->data['piler_id']);
|
||||
|
||||
$this->data['can_download'] = $this->model_audit_audit->can_download();
|
||||
$this->data['can_restore'] = $this->model_audit_audit->can_restore();
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
Reference in New Issue
Block a user