This should have gone in but didnt

git-svn-id: file:///svn/phpbb/trunk@667 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-14 21:36:31 +00:00
parent cd35db637b
commit 2d799f16f6
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<h1>Database Utilities</h1>
<div align="center">{U_DB_MESSAGE}
<br clear="all" />
{U_DB_LINKS}</div>

View file

@ -0,0 +1,18 @@
<html>
<head>
<title>Admin</title>
</head>
<frameset rows="80,*" border="0" frameborder="0">
<frame src="{S_FRAME_HEADER}" name="top" SCROLLING="NO">
<frameset cols="140,*" border="0" frameborder="0">
<frame src="{S_FRAME_NAV}" name="nav">
<frame src="{S_FRAME_MAIN}" name="main">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
Sorry, your browser doesn't seem to support Frames..
</body>
</noframes>
</html>