diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-16 12:51:51 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-16 12:51:51 +0000 |
commit | d1698fdeb59df9a6e0c4594b25d2cb6944381d36 (patch) | |
tree | 1b350a04b39386f1d0e5a9c74feb1ac0c5bf51ba /phpBB/install/schemas/index.htm | |
parent | 8238a7cfb869049ded73d3a1650ca5b224841e84 (diff) | |
download | forums-d1698fdeb59df9a6e0c4594b25d2cb6944381d36.tar forums-d1698fdeb59df9a6e0c4594b25d2cb6944381d36.tar.gz forums-d1698fdeb59df9a6e0c4594b25d2cb6944381d36.tar.bz2 forums-d1698fdeb59df9a6e0c4594b25d2cb6944381d36.tar.xz forums-d1698fdeb59df9a6e0c4594b25d2cb6944381d36.zip |
Centralise install/upgrade/schemas ... make for easier removal and less cluter ... I think ... install needs to have it's template hard coded
git-svn-id: file:///svn/phpbb/trunk@2692 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/index.htm')
-rw-r--r-- | phpBB/install/schemas/index.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/install/schemas/index.htm b/phpBB/install/schemas/index.htm new file mode 100644 index 0000000000..ee1f723a7d --- /dev/null +++ b/phpBB/install/schemas/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> |