mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 14:27:54 -05:00
Adapt no_access page to show missing grant Adapt Email library to customize return_path header
3 lines
111 B
PHP
3 lines
111 B
PHP
<?php
|
|
echo $this->lang->line('error_no_permission_module').' '.$module_name . ' (' . $permission_id . ')';
|
|
?>
|