diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-15 14:11:11 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-15 14:11:11 +0200 |
commit | 0f30613a7e202d043d701fd9bf5d04f1a02c40ba (patch) | |
tree | 016f6fa9026bf22293c99444fdc6c6e6b06894a1 /phpBB/ext | |
parent | bec9b7c34e63c7485477fa1edc2f6330889cc699 (diff) | |
download | forums-0f30613a7e202d043d701fd9bf5d04f1a02c40ba.tar forums-0f30613a7e202d043d701fd9bf5d04f1a02c40ba.tar.gz forums-0f30613a7e202d043d701fd9bf5d04f1a02c40ba.tar.bz2 forums-0f30613a7e202d043d701fd9bf5d04f1a02c40ba.tar.xz forums-0f30613a7e202d043d701fd9bf5d04f1a02c40ba.zip |
[ticket/11163] Add ext/index.htm
PHPBB3-11163
Diffstat (limited to 'phpBB/ext')
-rw-r--r-- | phpBB/ext/index.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/ext/index.htm b/phpBB/ext/index.htm new file mode 100644 index 0000000000..ee1f723a7d --- /dev/null +++ b/phpBB/ext/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> |