diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-13 13:16:06 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-13 13:16:06 +0100 |
commit | 678606dc0d3b1554a7635354df82346a252b302b (patch) | |
tree | be254c3d5f90716a63b1ed793583345bce4658b8 /system/core | |
parent | 376b215500b1facb3ba063aec618bcc12da50351 (diff) |
[ci skip] Add index.html to system/core/compat/
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/compat/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/core/compat/index.html b/system/core/compat/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/core/compat/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 |