Skip to content

Commit

Permalink
modified: lsws1clk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Egg committed May 23, 2024
1 parent 0c2fe77 commit 9d81f83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lsws1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ provider_ck()
phpver_ck(){
if [ "${APP}" = 'prestashop' ]; then
if [ "${BETA}" = '' ]; then
echoG 'Current Prestashop support PHP 74 only, update to 74!'
PHPVER='74'
PHP_M='7'
PHP_S='4'
echoG 'Current Prestashop support PHP 81 only, update to 81!'
PHPVER='81'
PHP_M='8'
PHP_S='1'
fi
fi
}
Expand Down

0 comments on commit 9d81f83

Please sign in to comment.