| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | $ws_plugin__s2member_health_time = sprintf('%.6F', microtime(TRUE)); |
| 23 | 23 | header('Content-Type: text/plain; charset=UTF-8'); |
| 24 | 24 | header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0'); |
| 25 | 25 | header('Pragma: no-cache'); |
| 26 | - header('X-s2Member-Loader: lightweight'); | |
| 26 | + header('X-s2Member-Loader: s2member-o'); //260910.0709 Keep the diagnostic identity aligned with the long-established s2member-o.php endpoint; the persisted loader option remains `s2o`. | |
| 27 | 27 | header('X-s2Member-Health-Token: '.$ws_plugin__s2member_health_token); |
| 28 | 28 | header('X-s2Member-Health-Time: '.$ws_plugin__s2member_health_time); |
| 29 | 29 | echo 's2member-o-health:'.$ws_plugin__s2member_health_token.':'.$ws_plugin__s2member_health_time; |
| 30 | 30 | exit; |