1
mirror of https://github.com/jakejarvis/jbb.git synced 2025-04-26 06:45:22 -04:00
jbb/setup/finish_install.php
2018-10-18 12:42:02 -04:00

15 lines
481 B
PHP
Executable File

<?php
echo "<CENTER><TABLE WIDTH=\"75%\">
<TR>
<TD HEIGHT=\"40\" BACKGROUND=\"images/top_strip.gif\"><FONT FACE=\"verdana\" SIZE=\"+2\" COLSPAN=\"2\">Installation Complete!</FONT></TD>
</TR>
<TR>
<TD HEIGHT=\"30\">
</TD>
</TR>
<TR>
<TD>
<FONT FACE=\"verdana\"><b>Installation Complete! Please press finish and then delete the setup files. Thank you for choosing JBB.<BR>
<A HREF=\"../index.php\"><IMG SRC=\"images/finish.gif\" BORDER=\"0\"></a></TD></TR><TABLE>";
?>