2013-06-27 04:54:41 +02:00
|
|
|
<?php
|
|
|
|
|
2013-09-14 00:39:03 +02:00
|
|
|
/**
|
|
|
|
* This small piece of php code calls the syncdata() function of Sync class.
|
|
|
|
* @author Daan Janssens, mentored by Matthew Lagoe
|
|
|
|
*/
|
|
|
|
|
2013-06-27 04:54:41 +02:00
|
|
|
require( '../libinclude.php' );
|
|
|
|
require( '../../www/config.php' );
|
|
|
|
|
|
|
|
Sync::syncdata();
|