From 9526e7bf52dc36a046ba5f4db1b6da622423a796 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 1 Dec 2021 17:07:47 +0100 Subject: [PATCH] Core functions compartmentalized --- public/api.php | 2 -- src/{Globals.php => core/Import.php} | 2 ++ src/database/Database.php | 2 +- src/search/Search.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/{Globals.php => core/Import.php} (81%) diff --git a/public/api.php b/public/api.php index fec84a1..1ab2094 100644 --- a/public/api.php +++ b/public/api.php @@ -1,7 +1,5 @@