1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update usr_share_zabbix_conf_zabbix.conf.php <?php

This commit is contained in:
Mickael-Martin 2019-07-05 13:42:22 +02:00
parent c406e99201
commit 66b7af183a

View file

@ -1,5 +1,6 @@
<?php
// Zabbix GUI configuration file. // Zabbix GUI configuration file.
global \$DB; global $DB;
$DB['TYPE'] = 'MYSQL'; $DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost'; $DB['SERVER'] = 'localhost';