add php.ini file

This commit is contained in:
Rachit Bhargava
2024-01-03 14:35:35 -05:00
parent ec61a673b1
commit d0c5956140

View File

@@ -39,7 +39,7 @@
jQuery("#cronMSGC").html("Waiting, sync in progress...");
jQuery("#btSendCronC").attr("disabled","disabled");
e.preventDefault();
jQuery.get("<?php echo get_bloginfo('wpurl');?>/iper_cron?t=c.",{},function(data){
jQuery.get("<?php echo get_bloginfo('wpurl');?>/iper_cron?t=c",{},function(data){
jQuery("#iper_print_debug_cronC").val(data).html(data);
jQuery("#btSendCronC").removeAttr("disabled");
jQuery("#cronMSGC").html("");