replaced array_merge with array_replace_recursive

This commit is contained in:
Paul Wilde 2021-08-12 15:35:54 +01:00
parent 11bc449966
commit 34c065a788

View file

@ -1,6 +1,6 @@
<?php class Core {
public static $Config;
public const VERSION = "0.0.5";
public const VERSION = "0.0.6";
public static $CurrentPage;
public static function root_dir(){
return $_SERVER['DOCUMENT_ROOT'];