Files
opensourcepos/app/Views/no_access.php
objecttothis 8c7f5c15ca CI4 4.3.1 upgrade
- 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
2023-04-27 21:54:09 -04:00

5 lines
155 B
PHP

<?php
/**
* @var string $module_name
*/
echo lang('Errors.no_permission_module') . " $module_name" . (!empty($permission_id) ? " ($permission_id)" : '');