From 3d16431d3260a2f2a88ddf7b313a5b35d88778ca Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 5 Sep 2024 10:44:50 +0100 Subject: [PATCH] Initial implementation of whitelabelling --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a233b393d..cbd021a18 100644 --- a/functions.php +++ b/functions.php @@ -1348,4 +1348,4 @@ function validateWhitelabelKey($key) } return false; -} \ No newline at end of file +}