mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
1a0c7a3dd3
As recommended in CodeIgniter documentation [1], the files were copied to the application folder instead of the system folder. More info: https://github.com/bcit-ci/codeigniter3-translations [1] https://codeigniter.com/userguide3/libraries/language.html
12 lines
131 B
HTML
12 lines
131 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>403 Forbidden</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>Directory access is forbidden.</p>
|
|
|
|
</body>
|
|
</html>
|