renamed tftproot => data

Added strict_types=1
Added NameSpaces
Fixed config::replaceSubdirTreeStructure function

Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
Diederik de Groot
2020-03-16 11:33:02 +01:00
parent 67bf5bdca5
commit c06cac4653
7 changed files with 71 additions and 44 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace SCCP\XML;
include_once("config.php");
class XML {