Files
weval-consulting/api/ads-commander.php

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')
]);