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

11 lines
333 B
PHP

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