Skip to content

Commit

Permalink
Fix cache support for ioncube
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jul 2, 2024
1 parent 594bd59 commit afff805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/extensions/ioncube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ add_ioncube() {
sudo cp /tmp/ioncube/LICENSE.txt "$ext_dir"/IONCUBE_LICENSE.txt
echo "zend_extension=$ext_dir/ioncube.so" | sudo tee "${scan_dir:?}/00-ioncube.ini" >/dev/null 2>&1
fi
else
echo "zend_extension=$ext_dir/ioncube.so" | sudo tee "${scan_dir:?}/00-ioncube.ini" >/dev/null 2>&1
fi
add_extension_log "ioncube" "$status"
check_extension "ioncube" && add_license_log
Expand Down

0 comments on commit afff805

Please sign in to comment.