Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / web / public_php / ams / cron / sync_cron.php
blobdea7f1d7c80e6916f1f9804f678e82696509cf5a
1 <?php
3 /**
4 * This small piece of php code calls the syncdata() function of Sync class.
5 * @author Daan Janssens, mentored by Matthew Lagoe
6 */
7 require( '../../config.php' );
8 require_once( $AMS_LIB . '/libinclude.php' );
9 Sync::syncdata();