Develop kontrak dan BAST

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-18 15:55:11 +07:00
parent be57454faa
commit d83e63e525
8 changed files with 184 additions and 74 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'upload_path' => "uploadFiles/",
'upload_path_kontrak' => "uploadFiles/kontrak/",
'download_path' => "downloadFiles/",
'options' => [
'option_attachment' => '13',
'option_email' => '14',
'option_monetery' => '15',
'option_ratings' => '16',
'option_textarea' => '17',
]
];