From 0f30613a7e202d043d701fd9bf5d04f1a02c40ba Mon Sep 17 00:00:00 2001 From: Joas Schilling <nickvergessen@gmx.de> Date: Thu, 15 May 2014 14:11:11 +0200 Subject: [PATCH] [ticket/11163] Add ext/index.htm PHPBB3-11163 --- phpBB/ext/index.htm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 phpBB/ext/index.htm 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>