changed files
This commit is contained in:
parent
59f60dd497
commit
3f84ed8057
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
//Initialise the properties
|
require "property-manager.php"; // Initialise properties
|
||||||
require "property-manager.php";
|
require "file_information.php";
|
||||||
|
|
||||||
$properties = load_properties();
|
$properties = load_properties();
|
||||||
header("Content Type: text/html");
|
header("Content Type: text/html");
|
||||||
?>
|
?>
|
||||||
|
|
Reference in a new issue