<?php

/**
* This small piece of php code calls the syncdata() function of Sync class.
* @author Daan Janssens, mentored by Matthew Lagoe
*/

require( '../libinclude.php' );
require( '../../www/config.php' );

Sync::syncdata();