* @copyright 2018 Sarbacane Software * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ require_once(dirname(__FILE__).'/../../config/config.inc.php'); require_once(dirname(__FILE__).'/sarbacanedesktop.php'); $s = new Sarbacanedesktop(); header('Content-type: text/plain; charset=utf-8'); echo $s->initSynchronisation();