Files
html/api/stripe.php
2026-04-12 22:57:03 +02:00

1 line
98 B
PHP

<?php header("Content-Type: application/json"); echo json_encode(["status"=>"ok","mode"=>"live"]);