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-13 17:09:55 +01:00

10 lines
225 B
PHP

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