diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-15 16:33:55 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-15 16:33:55 +0200 |
commit | 46ca856bda727bb93d73d5fca7cfe88d31f87b51 (patch) | |
tree | dc03fe0c2cf4f76a4dddc8ecb85b3ddee2b4f631 | |
parent | 8b8c25194a42a365f9da5eee84fe9163dbb610d5 (diff) | |
parent | 0f30613a7e202d043d701fd9bf5d04f1a02c40ba (diff) | |
download | forums-46ca856bda727bb93d73d5fca7cfe88d31f87b51.tar forums-46ca856bda727bb93d73d5fca7cfe88d31f87b51.tar.gz forums-46ca856bda727bb93d73d5fca7cfe88d31f87b51.tar.bz2 forums-46ca856bda727bb93d73d5fca7cfe88d31f87b51.tar.xz forums-46ca856bda727bb93d73d5fca7cfe88d31f87b51.zip |
Merge pull request #2464 from nickvergessen/ticket/11163
[ticket/11163] Add ext/index.htm
* nickvergessen/ticket/11163:
[ticket/11163] Add ext/index.htm
-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> |