diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-30 15:32:30 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-30 15:32:30 +0000 |
commit | 87cd557369c368b55b4af9e26ef03de5ec259d99 (patch) | |
tree | 63dc94ae6ec1b887f2f420d11948501d494771a1 /phpBB/images | |
parent | c42cb7b2125bc45337b70403c26d48d2652f1984 (diff) | |
download | forums-87cd557369c368b55b4af9e26ef03de5ec259d99.tar forums-87cd557369c368b55b4af9e26ef03de5ec259d99.tar.gz forums-87cd557369c368b55b4af9e26ef03de5ec259d99.tar.bz2 forums-87cd557369c368b55b4af9e26ef03de5ec259d99.tar.xz forums-87cd557369c368b55b4af9e26ef03de5ec259d99.zip |
default dirs
git-svn-id: file:///svn/phpbb/trunk@3420 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/images')
-rw-r--r-- | phpBB/images/avatars/index.htm | 10 | ||||
-rw-r--r-- | phpBB/images/avatars/upload/index.htm | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/phpBB/images/avatars/index.htm b/phpBB/images/avatars/index.htm new file mode 100644 index 0000000000..ee1f723a7d --- /dev/null +++ b/phpBB/images/avatars/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> diff --git a/phpBB/images/avatars/upload/index.htm b/phpBB/images/avatars/upload/index.htm new file mode 100644 index 0000000000..ee1f723a7d --- /dev/null +++ b/phpBB/images/avatars/upload/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> |