initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
require_once ("classes/DecWeb.php");
|
||||
|
||||
// =============================================
|
||||
// Download and Sync DecWeb Access file to MySQL
|
||||
// =============================================
|
||||
|
||||
(new DecWeb())->process();
|
||||
?>
|
||||
Reference in New Issue
Block a user