From 8817d13c3b955d98e6e6ae52b82a616b8c8326f0 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Mon, 24 Jul 2023 16:56:58 +0500 Subject: [PATCH] bug fix to mautic and default php --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 931fbdae0..00211073e 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1880,7 +1880,7 @@ echo "echo \$@ > /etc/cyberpanel/adminPass" >> /usr/bin/adminPass chmod 700 /usr/bin/adminPass rm -f /usr/bin/php -ln -s /usr/local/lsws/lsphp74/bin/php /usr/bin/php +ln -s /usr/local/lsws/lsphp80/bin/php /usr/bin/php if [[ "$Server_OS" = "CentOS" ]] ; then #all centos 7/8 post change goes here