mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-07-05 14:36:45 +00:00
admin
class
config
fields
functions
inc
install
lib
modules
templates
tmp
uploads
.quarantine
.tmb
avatars
gallery
images
index.php
noimage.png
recycled
.htaccess
index.php
.gitignore
.htaccess
README.md
changelog.txt
index.php
license.txt
robots.txt
8 lines
357 B
PHP
8 lines
357 B
PHP
<?php
|
|
/**
|
|
* Файл-заглушка, предназначенный для запрета показа списка файлов в текущей директории,
|
|
* если через адресную строку браузера было прямое общращение к данной директории.
|
|
*/
|
|
header('Location:/');
|
|
exit;
|
|
?>
|