chore: initial commit

This commit is contained in:
Oussama Douhou
2025-10-29 11:09:43 +01:00
commit 7ec667258a
235 changed files with 62997 additions and 0 deletions

7
api/config/autoload.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
defined('BASEPATH') or exit('No direct script access allowed');
$autoload['libraries'] = [
'Format', 'app_tabs', 'app_object_cache', 'form_validation', 'mails/App_mail_template', 'merge_fields/app_merge_fields'
];