Example #1
0
<?php

/**
 * WoWRoster.net WoWRoster
 *
 * index file for chars
 *
 * LICENSE: Licensed under the Creative Commons
 *          "Attribution-NonCommercial-ShareAlike 2.5" license
 *
 * @copyright  2002-2007 WoWRoster.net
 * @license    http://creativecommons.org/licenses/by-nc-sa/2.5   Creative Commons "Attribution-NonCommercial-ShareAlike 2.5"
 * @version    SVN: $Id$
 * @link       http://www.wowroster.net
 * @package    ApiSync
*/
if (!defined('IN_ROSTER')) {
    exit('Detected invalid access to this file!');
}
require_once $addon['dir'] . 'inc/ApiSyncjob.class.php';
$job = new ApiSyncJob();
$job->start();