1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
download-manager/index.php
2015-06-14 18:07:47 +01:00

11 lines
255 B
PHP

<?php
require "property-manager.php"; // Initialise properties
require "file_information.php";
$properties = load_properties();
header("Content Type: text/html");
?>
<html><head><title><?php echo($properties["html title"]);?></title>
</head>
</html>