supported.inc 205 B

123456789
  1. #!/bin/bash
  2. hestia_module_php_show_default() {
  3. source $HESTIA/bin/module/func.inc
  4. source $HESTIA/bin/module/php/func.inc
  5. echo "Supported PHP versions: $PHP_SUPPORTED_VERSIONS"
  6. return 0
  7. }