/var/www/hkosl.com/nick/codeigniter/application/views/webadmin/access_denied.php


1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>

</head>

<body style="font-family: Arial">
<p><span style="font-weight: bold; color: red;"><?=__('Access Denied!')?></span> <?=__('You do not allow the access this resource.')?></p>
</body>
</html>