24 lines
710 B
PHP
24 lines
710 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:02:49+00:00
|
|
return array (
|
|
'name' => 'auth_status_simple',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'wtp auth statut',
|
|
1 => 'auth wtp',
|
|
2 => 'login status',
|
|
),
|
|
'cmd' => 'curl -sk \'http://127.0.0.1:5890/api/auth-check.php\' -h \'host: weval-consulting.com\'',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T16:01:34+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
'executed_at' => '2026-04-19T16:02:49+00:00',
|
|
'out_preview' => 'Usage: curl [options...] <url>
|
|
Invalid category provided, here is a list of all categories:
|
|
|
|
auth Different types of authentication methods
|
|
connection Low level networking operations
|
|
curl ',
|
|
'ms' => 9.0,
|
|
);
|