diff options
Diffstat (limited to 'phpBB/store')
-rw-r--r-- | phpBB/store/.htaccess | 4 | ||||
-rw-r--r-- | phpBB/store/index.htm | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/store/.htaccess b/phpBB/store/.htaccess new file mode 100644 index 0000000000..aa5afc1640 --- /dev/null +++ b/phpBB/store/.htaccess @@ -0,0 +1,4 @@ +<Files *> + Order Allow,Deny + Deny from All +</Files>
\ No newline at end of file diff --git a/phpBB/store/index.htm b/phpBB/store/index.htm new file mode 100644 index 0000000000..ee1f723a7d --- /dev/null +++ b/phpBB/store/index.htm @@ -0,0 +1,10 @@ +<html> +<head> +<title></title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> + +<body bgcolor="#FFFFFF" text="#000000"> + +</body> +</html> |