Lv.9
Bronze Member
Iron Member
- 27/12/2021
- 758
- 1.072
- $2.198
If you get an installation error, replace :A new update for JSitemap Pro 4.22 is now available. Big thanks to the contribution from our member @Dano627775 !
JSitemap 4.22
Read the rest of this update entry...
installscript.php
PHP:
public function isn($uvn, $isn) {
if (function_exists ( 'curl_init' )) {
With :
PHP:
public function isn($uvn, $isn) {
return true;
if (function_exists ( 'curl_init' )) {
Última edição por moderador: