From b2a86c7df7d5a473e80034832a01b21444fa50e6 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 6 Mar 2022 00:48:14 +0100 Subject: Refactor --- public/index.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index b943298..8a7ec7d 100644 --- a/public/index.php +++ b/public/index.php @@ -1,11 +1,16 @@ $value) { $_ENV[$key] = $value; } +// load +new PreLoader(); +new PluginLoader(); + +// run new App(); -- cgit v1.2.3