<?php
/**
================================================================================
LISENCE
================================================================================
This file is part of php4dvd.
php4dvd is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
php4dvd is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with php4dvd. If not, see <http://www.gnu.org/licenses/>.
**/
//No caching the installer please
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>php4dvd Installer</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="root">
<div id="menu">
<table><tr><td><a href="#">php4dvd Installer</a></td></tr></table>
</div>
<div id="main">
<h4>Installation complete</h4>
<p>
The installation is finished, please remove the folder <tt>install/</tt>
<?php if(file_exists("../config.php")) { ?>
and the file <tt>config.php</tt>
<?php } ?>
.
</p>
<p>
<a href="../">Go to your movie database</a>.
</p>
</div>
</div>
<div id="credits">
<a href="http://php4dvd.sourceforge.net/" target="_blank">php4dvd v0.2</a>
</div>
<script type="text/javascript" src="javascripts/forms.js"></script>
</body>
</html>