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

11 lines
227 B
PHP
Raw Normal View History

2014-08-18 23:57:20 +00:00
<?php
/**
* This small piece of php code calls the syncdata() function of Sync class.
* @author Daan Janssens, mentored by Matthew Lagoe
*/
require( '../libinclude.php' );
require( '../../www/config.php' );
Sync::syncdata();