Import initial du projet prestation

This commit is contained in:
KANE LAZENI
2025-12-01 18:54:33 +00:00
commit b6408839bb
5340 changed files with 1483298 additions and 0 deletions

3
Cron/testcurl.php Executable file
View File

@@ -0,0 +1,3 @@
<?php
echo 'Curl: ', function_exists('curl_init') ? 'Enabled' : 'Disabled';