From bc0896e9a0320ccf948614d9fac77cca63074dae Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 27 Apr 2023 23:46:43 +0200 Subject: [PATCH] Fix user permission --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 968c3d7..ac889b8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -78,6 +78,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" admin.show_tile = false + user.show_tile = false [resources.apt] packages = "php7.4, php7.4-zip, php7.4-mbstring, php7.4-curl, php7.4-dom, php7.4-gd, php7.4-xml, php7.4-ldap"