芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/teafund.pulsehost.co.uk/api/slack_test.php
':tea: *Tea Fund* — Test message from admin', 'blocks' => [ ['type'=>'section','text'=>['type'=>'mrkdwn','text'=>':tea: *Tea Fund* — Test message from admin']], ['type'=>'context','elements'=>[['type'=>'mrkdwn','text'=>date('Y-m-d H:i')]]], ] ]); if ($ok) { header('Location: /admin/?tab=tools&slack_ok=1'); } else { $reason = urlencode((string)slack_get_last_error()); header('Location: /admin/?tab=tools&slack_error=' . $reason); } } catch (Throwable $e) { // Never leak stack traces; log server-side error_log('[slack_test] ' . $e->getMessage()); header('Location: /admin/?tab=tools&slack_error=server'); } exit;