Skip to content
  • Stephen J. Carnam's avatar
    Please do not use $BIN and $HESTIA/bin interchangeably; breaks override (#3185) · 72603996
    Stephen J. Carnam authored
    
    
    * upgrade needs main for $BIN
    
    * Hestia defines $BIN; but forgot to use it.
    
    Breaks override, local.conf, and extenability; please be consistent.
    
    * Hestia defines $BIN; but forgot to use it.
    
    Breaks override, local.conf, and extenability; please be consistent.
    
    * Typo? Need support for 8.2?
    
    Previously this was formatted horizontally and was less obvious. Why concat in the middle of an array? Looks like a typo. Appended 8.2.
    ```
    $this -> appInfo['php_support'] = array('5.6','7.0','7.1','7.2','7.3','7.4'.'8.0','8.1');
    ```
    
    Co-authored-by: default avatarStephen J Carnam <steveorevo@gmail.com>
    72603996