diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-03 10:50:28 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-03 10:50:28 +0100 |
commit | a142d33e68355757793f74209701ceb0915761c4 (patch) | |
tree | e1e590d6bd40cffd16960ffb78f74d430508c30b /application/language | |
parent | 76160bc9ea5f0f4c653300231e34faa445342d83 (diff) | |
parent | 3ac60b358a9c738a325c5035c035a7883619b768 (diff) |
Merge pull request #2852 from noskov/develop
Add index.html to /application/language
Diffstat (limited to 'application/language')
-rw-r--r-- | application/language/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/language/index.html b/application/language/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/application/language/index.html @@ -0,0 +1,10 @@ +<html> +<head> + <title>403 Forbidden</title> +</head> +<body> + +<p>Directory access is forbidden.</p> + +</body> +</html>
\ No newline at end of file |