/ Published in: Other
Expand |
Embed | Plain Text
<html> <head> <title><?=_('403 Forbidden')?></title> </head> <body> <p><?=_('Directory access is forbidden.')?></p> </body> </html>
You need to login to post a comment.
mphuongz on 10/05/10
1 person have marked this snippet as a favorite
<html> <head> <title><?=_('403 Forbidden')?></title> </head> <body> <p><?=_('Directory access is forbidden.')?></p> </body> </html>
You need to login to post a comment.