inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

5
webroot/GlobalLogic.php Normal file
View 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);
}