diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index e85d8e293..7158ff936 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -22,7 +22,7 @@ mkdir -p $serverPath/php if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ ! -f $sourcePath/php/php-${version}.tar.gz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${PHP_VER}.tar.gz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${version}.tar.gz fi if [ ! -f $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz ]; then