diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-01-28 15:27:30 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-01-28 15:27:30 +0100 |
commit | 3608e1a094945631c5b65e1f66460e4486c5b541 (patch) | |
tree | 7f65af257040b2f94d74772d718c4d73db725270 /system/libraries/Javascript/index.html | |
parent | 606fee0e2e0aa6a906db82e77090e91f133d7378 (diff) |
Libraries' filenames must be named in a ucfirst-like manner
Diffstat (limited to 'system/libraries/Javascript/index.html')
-rw-r--r-- | system/libraries/Javascript/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/libraries/Javascript/index.html b/system/libraries/Javascript/index.html new file mode 100644 index 000000000..c942a79ce --- /dev/null +++ b/system/libraries/Javascript/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 |