mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
- add missing files - overwrite changed files - merge code changes - Matched .htaccess file in /public/ to CI4 - Corrected naming of Error language file to Errors - Refactored references to Error language file
5 lines
155 B
PHP
5 lines
155 B
PHP
<?php
|
|
/**
|
|
* @var string $module_name
|
|
*/
|
|
echo lang('Errors.no_permission_module') . " $module_name" . (!empty($permission_id) ? " ($permission_id)" : ''); |