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:
@@ -2,6 +2,7 @@
|
||||
//
|
||||
// Helper functions
|
||||
//
|
||||
namespace SCCP\Utils;
|
||||
|
||||
function utf8_urldecode($str) {
|
||||
$str = preg_replace("/%u([0-9a-f]{3,4})/i","&#x\\1;",urldecode($str));
|
||||
|
Reference in New Issue
Block a user