egroupware_official/phpgwapi/cron/asyncwrapper.php

14 lines
360 B
PHP
Raw Normal View History

#!/usr/bin/php -qC
<?php
/**
* API - run Timed Asynchron Services for all EGroupware domain/instances
*
* @link http://www.egroupware.org
* @author Lars Kneschke
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package api
* @access public
* @version $Id$
*/
2016-04-06 21:27:47 +02:00
include __DIR__.'/../../api/asyncwrapper.php';