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

8 lines
266 B
PHP

<?php
header('Content-Type: application/json');
echo json_encode([
'status' => 'demo',
'message' => 'Cette API est en mode demonstration. Contactez info@weval-consulting.com pour activer.',
'endpoint' => basename($_SERVER['SCRIPT_FILENAME'], '.php')
]);