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

9 lines
181 B
PHP

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