codeigniter
application
assets
system
core
database
fonts
helpers
array_helper.php
captcha_helper.php
cookie_helper.php
date_helper.php
directory_helper.php
download_helper.php
email_helper.php
file_helper.php
form_helper.php
html_helper.php
index.html
inflector_helper.php
language_helper.php
number_helper.php
path_helper.php
security_helper.php
smiley_helper.php
string_helper.php
text_helper.php
typography_helper.php
url_helper.php
xml_helper.php
language
libraries
.htaccess
index.html
.editorconfig
.gitignore
composer.json
index.php
license.txt
readme.rst
.gitignore
README.md
test1.txt
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>
|