From 77ec211020be188b3872e77ac857ef121d3ebefb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 29 Nov 2024 13:45:40 -0700 Subject: [PATCH] Update functions.php Remove closing PHP tag --- resources/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/functions.php b/resources/functions.php index 2c121fd17d..285c772712 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -2520,5 +2520,3 @@ if (!function_exists('get_memory_details')) { return false; } } - -?>