diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-12-08 16:03:55 +0100 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-12-08 16:22:03 +0100 |
commit | 0229eb971d21efe020cb848970aa7afac08e8f42 (patch) | |
tree | 24f1850358188b8df2ad1739f42bedcecc8c2ffc /phpBB/install | |
parent | f14a9b70694ef1ff575e7db46fdcdec8c9bc87e4 (diff) | |
download | forums-0229eb971d21efe020cb848970aa7afac08e8f42.tar forums-0229eb971d21efe020cb848970aa7afac08e8f42.tar.gz forums-0229eb971d21efe020cb848970aa7afac08e8f42.tar.bz2 forums-0229eb971d21efe020cb848970aa7afac08e8f42.tar.xz forums-0229eb971d21efe020cb848970aa7afac08e8f42.zip |
[ticket/14348] Add install/index.html
PHPBB3-14348
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/install/index.html b/phpBB/install/index.html new file mode 100644 index 0000000000..8f8bfb4fb2 --- /dev/null +++ b/phpBB/install/index.html @@ -0,0 +1,11 @@ +<html> +<head> +<title></title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="refresh" content="0; url=./app.php" /> +</head> + +<body bgcolor="#FFFFFF" text="#000000"> + +</body> +</html> |