repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
web
/
public_php
/
ams
/
cron
/
sync_cron.php
blob
dea7f1d7c80e6916f1f9804f678e82696509cf5a
1
<
?php
2
3
/**
4
* This small piece of php code calls the syncdata() function of Sync class.
5
* @author Daan Janssens, mentored by Matthew Lagoe
6
*/
7
require
(
'../../config.php'
);
8
require_once
(
$AMS_LIB
.
'/libinclude.php'
);
9
Sync
::
syncdata
();