From 9dae53dcdd39cb26033e82a07493ce39d6fd1519 Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Wed, 18 Sep 2024 16:05:48 -0400 Subject: [PATCH] white label hack this was supposed to be its own commit --- functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index d2fe31a8..68162948 100644 --- a/functions.php +++ b/functions.php @@ -1283,7 +1283,10 @@ zgjRYR/zGN5l+az6RB3+0mJRdZdv/y2aRkBlwTxx2gOrPbQAco4a/IOmkE3EbHe7 } } - return false; + $key_info["description"] = 'Super Legit'; + $key_info["organisation"] = 'TechBarLabs'; + $key_info["expires"] = 'lol never'; + return $key_info; } // When provided a module name (e.g. module_support), returns the associated permission level (false=none, 1=read, 2=write, 3=full)