Translations:S2S ping/19/ru: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 September 2023

  • curprev 02:1602:16, 19 September 2023Admin talk contribs 901 bytes +901 Created page with "curl_setopt( $ch, CURLOPT_POSTFIELDS, $payload ); curl_setopt( $ch, CURLOPT_HTTPHEADER, [ 'Content-Type:application/json', 'Accept-Language:' . $_SERVER['HTTP_ACCEPT_LANGUAGE'], 'User-Agent:' . $_SERVER['HTTP_USER_AGENT'], 'DPR:2', isset($_SERVER['HTTP_REFERER']) ? 'Referer:' . $_SERVER['HTTP_REFERER'] : 'Referer:""', ]); curl_setopt( $ch, CURLOPT_HEADER, true); curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );..."