Files
RTG/webroot/GlobalLogic.php
2026-06-19 20:08:01 +06:00

5 lines
208 B
PHP

<?php
function getAutomationsForDropbox($dropdown_category_id,$file_name = ""){
return App\Utility\DropboxAuthorize::getAutomationsForDropbox($dropdown_category_id,$_POST['export_type_id'],$file_name);
}