khanat-opennel-code/code/web/public_php/ams/cron/sync_cron.php

9 lines
235 B
PHP
Raw Normal View History

<?php
/**
* 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' );
Sync::syncdata();