feat: page licences des composants tiers

This commit is contained in:
Cedric Abonnel
2026-05-08 19:02:11 +02:00
parent 74c91cf313
commit 34c5425391
5 changed files with 155 additions and 1 deletions
+4
View File
@@ -136,6 +136,10 @@ switch ($action) {
include BASE_PATH . '/templates/post_form.php';
break;
case 'licenses':
include BASE_PATH . '/templates/licenses.php';
break;
case 'list':
default:
$posts = $postManager->getAll();