mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-13 10:49:05 +00:00
10 lines
No EOL
255 B
PHP
10 lines
No EOL
255 B
PHP
<?php
|
|
|
|
/**
|
|
* This small piece of php code calls the syncdata() function of Sync class.
|
|
* @author Daan Janssens, mentored by Matthew Lagoe
|
|
*/
|
|
error_log('test2');
|
|
require( '../../config.php' );
|
|
require_once( $AMS_LIB . '/libinclude.php' );
|
|
Sync::syncdata(); |