File: D:/HostingSpaces/SBogers10/deensekroon.komma-mediadesign.nl/wwwroot/php/Vend/checkMatchingStock.php
<?php
if($_SERVER['REMOTE_ADDR'] == '84.246.3.230')
{
error_reporting(E_ALL ^ E_WARNING);
ini_set("display_errors", 1);
}
include_once($_SERVER['DOCUMENT_ROOT'] . '/admin/php/connect.php');
include_once($_SERVER['DOCUMENT_ROOT'] . '/admin/php/functions2.php');
include_once($_SERVER['DOCUMENT_ROOT'] . '/php/Vend/Products/ProductSyncService.php');
date_default_timezone_set('Europe/Amsterdam');
// Get all products
$productSyncService = new \Vend\Products\ProductSyncService();
$productSyncService->checkMatchingStock();