Skip to content

Commit f4257ba

Browse files
committed
inversion
1 parent 9a94b2d commit f4257ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zbx_php.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int load_php_env_config(void) {
112112
char conf_file[MAX_STRING_LEN];
113113
char base_path[MAX_STRING_LEN];
114114
int ret=0;
115-
#if ZABBIX_VERSION_MAJOR >=7
115+
#if ZABBIX_VERSION_MAJOR <7
116116
static struct cfg_line cfg[] = {
117117
{ "PHP_SCRIPT_PATH", &php_path, TYPE_STRING, PARM_MAND, 0, 0 },
118118
{ NULL },

0 commit comments

Comments
 (0)