From 64e3a6792d0fb4b952b01ba38126ce95bcfef263 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 24 Apr 2024 20:48:27 -0600 Subject: [PATCH] Rename core/dashboard/resources/classes/dashboard/icon.php to core/dashboard/resources/dashboard/icon.php --- core/dashboard/resources/{classes => }/dashboard/icon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/dashboard/resources/{classes => }/dashboard/icon.php (99%) diff --git a/core/dashboard/resources/classes/dashboard/icon.php b/core/dashboard/resources/dashboard/icon.php similarity index 99% rename from core/dashboard/resources/classes/dashboard/icon.php rename to core/dashboard/resources/dashboard/icon.php index f09c1a0587..8dc81b0b59 100644 --- a/core/dashboard/resources/classes/dashboard/icon.php +++ b/core/dashboard/resources/dashboard/icon.php @@ -30,4 +30,4 @@ echo ""; echo "\n"; -?> \ No newline at end of file +?>