codeigniter
application
cache
config
controllers
core
helpers
hooks
language
libraries
logs
models
third_party
views
errors
cli
error_404.php
error_db.php
error_exception.php
error_general.php
error_php.php
index.html
html
index.html
layout
album_musics.php
albums_list.php
artistes_list.php
choix_playlist.php
choose_playlist.php
connexion.php
index.html
playlist_generate.php
playlist_list.php
playlist_view.php
song_search_results.php
welcome_message.php
.htaccess
index.html
assets
system
.editorconfig
.gitignore
composer.json
index.php
license.txt
readme.rst
.gitignore
README.md
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>
|