add set_time_limit 80 in anpay.php

This commit is contained in:
Andrey Kuvshinov
2023-05-27 17:51:41 +00:00
parent 7adc5d677a
commit 4ca7a4e170

View File

@@ -215,6 +215,8 @@ function push_ok($buy_id){
#оповещаем письмом об успешном заказе
function sendstatus_kuri(){
set_time_limit(80);
/**
* обнуление доставки заказов
* UPDATE `anbuy` SET `mail_status` = '1' WHERE `buy_status` = 1 AND `mail_status` = '0';