Pavel

Results 3 comments of Pavel

Смотри, отследи цепочку: https://github.com/2naive/AngryCurl/blob/master/classes/AngryCurl.class.php#L323 https://github.com/2naive/AngryCurl/blob/master/classes/AngryCurl.class.php#L387 https://github.com/2naive/AngryCurl/blob/master/classes/AngryCurl.class.php#L129 На 129 строке мы должны проверять конкретный адрес, который передали с 387 в последнем параметре $options, вместо этого мы проверяем любой адрес.

> ``` > //get the remaining time from server side > //then set the endDate be equals to local time + remaining time; > //here's my solution > > var...