mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 08:11:56 +02:00
Use site_files instead of file_list when all file list is needed
This commit is contained in:
parent
b2bdcfd1f5
commit
8174db65e1
4 changed files with 9 additions and 10 deletions
|
@ -207,6 +207,9 @@ get '/site_files/allowed_types' do
|
|||
erb :'site_files/allowed_types'
|
||||
end
|
||||
|
||||
get '/site_files/hotlinking' do
|
||||
erb :'site_files/hotlinking'
|
||||
end
|
||||
|
||||
get '/site_files/mount_info' do
|
||||
erb :'site_files/mount_info'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue