You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yzl 93958d0fb0
zabbix6.0
1 year ago
..
app zabbix6.0 1 year ago
conf zabbix6.0 1 year ago
.htaccess zabbix6.0 1 year ago
README zabbix6.0 1 year ago

README

The directory allows to extend or modify existing functionality of Zabbix. Files placed here have a priority and are preserved after upgrades.

1. Front-end views and partials

Copy an existing view or partial from app/views or app/partials to local/app/views or local/app/partials. Modify it. Done.

2. Front-end Controllers

Copy an existing controller from app/controllers to local/app/controllers. Modify it. Done.