application
cache
config
controllers
core
helpers
hooks
language
libraries
logs
models
third_party
views
errors
cli
html
error_404.php
error_db.php
error_exception.php
error_general.php
error_php.php
index.html
index.html
layout
album_details.php
albums_list.php
artist_details.php
artists_list.php
create.php
index.html
login.php
logout.php
musiques_list.php
song_details.php
welcome_message.php
.htaccess
index.html
assets
system
README.md
composer.json
index.php
readme.rst
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>
|