diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-01-07 12:53:22 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-01-07 12:53:22 +0000 |
commit | 1553a342920af998ce113e83a6a5a829f8fa5457 (patch) | |
tree | 201c45f624e0aae8b45580cdde42a7352584959d | |
parent | 67775c5332bece3638ba3d10764bea2e4f0d3255 (diff) | |
download | forums-1553a342920af998ce113e83a6a5a829f8fa5457.tar forums-1553a342920af998ce113e83a6a5a829f8fa5457.tar.gz forums-1553a342920af998ce113e83a6a5a829f8fa5457.tar.bz2 forums-1553a342920af998ce113e83a6a5a829f8fa5457.tar.xz forums-1553a342920af998ce113e83a6a5a829f8fa5457.zip |
39745 - permissions should handle it, but why not
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9248 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/store/index.htm | 10 |
1 files changed, 10 insertions, 0 deletions
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> |