mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
11 lines
227 B
PHP
11 lines
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();
|