Update index.py

pull/601/head
Mr Chen 11 months ago
parent 6954bb947e
commit 0784b9092d
  1. 2
      plugins/php-yum/index.py

@ -885,6 +885,8 @@ if __name__ == "__main__":
print(getPhpConf(version))
elif func == 'get_fpm_conf_file':
print(getFpmConfFile(version))
elif func == 'get_fpm_file':
print(getFpmFile(version))
elif func == 'submit_php_conf':
print(submitPhpConf(version))
elif func == 'get_limit_conf':

Loading…
Cancel
Save