Files
wevads-platform/public/chatbot-knowledge.php
2026-02-26 04:53:11 +01:00

11 lines
330 B
PHP

<?php
// Page unifiée - Redirection vers ia-knowledge.php
header("Location: /ia-knowledge.php?tab=qa");
exit;
?>
<!DOCTYPE html>
<html><head><meta http-equiv="refresh" content="0;url=/ia-knowledge.php?tab=qa">
</head>
<body><p>Redirection vers <a href="/ia-knowledge.php?tab=qa">Knowledge Base Unifiée</a>...</p>
</body></html>