Skip to content

Commit

Permalink
Update sourceguardian.sh
Browse files Browse the repository at this point in the history
change version url
  • Loading branch information
MrAriaNet authored Jun 6, 2023
1 parent a4d68ed commit 6c1d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourceguardian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# by Aria ;)
clear

version="$(curl https://app.gerdoo.cloud/sg.php)";
version="$(curl https://aria.ws/sg.php)";

if [[ -d "/usr/local/sourceguardian/" ]]; then
if grep -R 'zend_extension = /usr/local/sourceguardian/ixed.5.6.lin' "/usr/local/php56/lib/php.conf.d/90-custom.ini" > /dev/null 2>&1; then
Expand Down

0 comments on commit 6c1d531

Please sign in to comment.