add php.ini file
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
jQuery("#cronMSGC").html("Waiting, sync in progress...");
|
jQuery("#cronMSGC").html("Waiting, sync in progress...");
|
||||||
jQuery("#btSendCronC").attr("disabled","disabled");
|
jQuery("#btSendCronC").attr("disabled","disabled");
|
||||||
e.preventDefault();
|
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("#iper_print_debug_cronC").val(data).html(data);
|
||||||
jQuery("#btSendCronC").removeAttr("disabled");
|
jQuery("#btSendCronC").removeAttr("disabled");
|
||||||
jQuery("#cronMSGC").html("");
|
jQuery("#cronMSGC").html("");
|
||||||
|
|||||||
Reference in New Issue
Block a user