initial commit

This commit is contained in:
2026-07-07 09:29:37 -04:00
commit 2d8867d5c5
97 changed files with 13371 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
require_once ("classes/DecWeb.php");
// =============================================
// Download and Sync DecWeb Access file to MySQL
// =============================================
(new DecWeb())->process();
?>