11 lines
333 B
PHP
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>
|