khanat-opennel-code/code/web/private_php/ams/cron/sync_cron.php
botanic be9704a768 Upload button setup
TODO: add files to database
TODO: hash folder to stick files in
2014-09-04 19:58:04 -07:00

11 lines
No EOL
227 B
PHP

<?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();