From b21207930459d4d61c2450798407a3fde1d7bebd Mon Sep 17 00:00:00 2001 From: Nikita Petko Date: Sat, 30 Oct 2021 02:56:37 +0100 Subject: [PATCH] Update functions.php --- globals/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/globals/functions.php b/globals/functions.php index 6e89920..06e6a3d 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -4,7 +4,6 @@ Alphaland 2021 A bunch of global functions used sitewide TODO: clean up a lot of legacy code - ass */ //img tools (potentially high resource usage) (probably blocking) @@ -6971,4 +6970,4 @@ function logStaffAction($action) $log->execute(); } -//end utility } \ No newline at end of file +//end utility }