mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
9 lines
235 B
PHP
9 lines
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();
|