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

9 lines
157 B
PHP

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