blob: 80cc7ce1a9691d335577ace587576ead5c79e58f (
plain)
1
2
3
4
5
6
|
<?php
// Heading
$_['heading_title'] = 'Permission Denied!';
// Text
$_['text_permission'] = 'You do not have permission to access this page, please refer to your system administrator.';
|