commit | cee8075e2f8fdeb0d8516b5af8ae7cd7754ac513 | [log] [tgz] |
---|---|---|
author | joelcox <joel@mickly.com> | Sat Jan 15 23:09:47 2011 +0100 |
committer | joelcox <joel@mickly.com> | Sat Jan 15 23:09:47 2011 +0100 |
tree | 7cba1d3ea12370bb7b8031585c6604cc7087cc1f | |
parent | 87a5cf3ee39cb76ff2ba50d49ca5d03588a3fd9f [diff] [blame] |
Split basic configuration in three environments, providing fallback to global
diff --git a/application/config/test/index.html b/application/config/test/index.html new file mode 100644 index 0000000..c942a79 --- /dev/null +++ b/application/config/test/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