Update index.lua

This commit is contained in:
FusionPBX
2025-10-20 14:32:04 -06:00
committed by GitHub
parent c4e38a3b93
commit 68d7f536d9

View File

@@ -358,5 +358,5 @@
end
--clear the cache
if (feature_enabled ~= nil) then
cache.del(hostname.."directory:"..user.."@"..host)
cache.del(hostname..":directory:"..user.."@"..host)
end