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:
parent
c406e99201
commit
66b7af183a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// Zabbix GUI configuration file.
|
||||
global \$DB;
|
||||
global $DB;
|
||||
|
||||
$DB['TYPE'] = 'MYSQL';
|
||||
$DB['SERVER'] = 'localhost';
|
||||
|
|
Loading…
Add table
Reference in a new issue