Skip to content

Commit 4b5361e

Browse files
zabbix: add php8 filter dependency for frontend
For zabbix-server-frontend, the absence of php8-mod-filter results in many of the frontend's pages failing to render. Therefore add this module as a frontend dependency. Signed-off-by: Daniel F. Dickinson <[email protected]>
1 parent dcc0acd commit 4b5361e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/zabbix/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ define Package/zabbix-server-frontend
194194
+php8-mod-gd \
195195
+php8-mod-bcmath \
196196
+php8-mod-ctype \
197+
+php8-mod-filter \
197198
+php8-mod-xmlreader \
198199
+php8-mod-xmlwriter \
199200
+php8-mod-session \

0 commit comments

Comments
 (0)