Frontend CLI + Templates

This commit is contained in:
2024-03-25 17:03:46 +01:00
parent a54ab8620e
commit 716d623db4
10 changed files with 339 additions and 126 deletions

View File

@@ -10,7 +10,7 @@ if (is_file($autoLoad)) {
require_once $autoLoad;
}
const WEBBASE_VERSION = "2.3.0";
const WEBBASE_VERSION = "2.3.1";
spl_autoload_extensions(".php");
spl_autoload_register(function ($class) {