inital commit
This commit is contained in:
5
webroot/GlobalLogic.php
Normal file
5
webroot/GlobalLogic.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
function getAutomationsForDropbox($dropdown_category_id,$file_name = ""){
|
||||
return App\Utility\DropboxAuthorize::getAutomationsForDropbox($dropdown_category_id,$_POST['export_type_id'],$file_name);
|
||||
}
|
||||
Reference in New Issue
Block a user