mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
remove errolog
This commit is contained in:
parent
6b92b85b04
commit
6ca575ef33
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
* This small piece of php code calls the syncdata() function of Sync class.
|
* This small piece of php code calls the syncdata() function of Sync class.
|
||||||
* @author Daan Janssens, mentored by Matthew Lagoe
|
* @author Daan Janssens, mentored by Matthew Lagoe
|
||||||
*/
|
*/
|
||||||
error_log('test2');
|
|
||||||
require( '../../config.php' );
|
require( '../../config.php' );
|
||||||
require_once( $AMS_LIB . '/libinclude.php' );
|
require_once( $AMS_LIB . '/libinclude.php' );
|
||||||
Sync::syncdata();
|
Sync::syncdata();
|
Loading…
Reference in a new issue