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