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 | c39eef90e7e5f5e8a70d717c286d8846540d6c12 (patch) | |
tree | dc03fe0c2cf4f76a4dddc8ecb85b3ddee2b4f631 | |
parent | 572cd972a728408fd7df73e3d9b2d39418d2d28a (diff) | |
parent | 46ca856bda727bb93d73d5fca7cfe88d31f87b51 (diff) | |
download | forums-c39eef90e7e5f5e8a70d717c286d8846540d6c12.tar forums-c39eef90e7e5f5e8a70d717c286d8846540d6c12.tar.gz forums-c39eef90e7e5f5e8a70d717c286d8846540d6c12.tar.bz2 forums-c39eef90e7e5f5e8a70d717c286d8846540d6c12.tar.xz forums-c39eef90e7e5f5e8a70d717c286d8846540d6c12.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[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> |