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

9 lines
166 B
PHP

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