Thesaurus/ajax/getSubjectData.php
2026-02-23 16:11:35 +01:00

9 lines
160 B
PHP

<?php
/**
* getSubjectData.php - Wrapper für getAuthorityData.php mit authType=Subject
*/
$_GET['authType'] = 'Subject';
include 'getAuthorityData.php';
?>