11 lines
223 B
PHP
11 lines
223 B
PHP
<?php
|
|
|
|
require_once ("classes/DecWeb.php");
|
|
|
|
// =============================================
|
|
// Download and Sync DecWeb Access file to MySQL
|
|
// =============================================
|
|
|
|
(new DecWeb())->process();
|
|
?>
|