khanat-opennel-code/code/web/public_php/ams/cron/sync_cron.php
2014-09-05 02:10:32 -07:00

9 lines
No EOL
235 B
PHP

<?php
/**
* This small piece of php code calls the syncdata() function of Sync class.
* @author Daan Janssens, mentored by Matthew Lagoe
*/
require( '../../config.php' );
require_once( $AMS_LIB . '/libinclude.php' );
Sync::syncdata();