1
Fork 0

changed files

This commit is contained in:
Jake Howard 2015-06-14 18:07:47 +01:00
parent 59f60dd497
commit 3f84ed8057
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<?php
//Initialise the properties
require "property-manager.php";
require "property-manager.php"; // Initialise properties
require "file_information.php";
$properties = load_properties();
header("Content Type: text/html");
?>