mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
14 lines
360 B
PHP
14 lines
360 B
PHP
#!/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$
|
|
*/
|
|
|
|
include __DIR__.'/../../api/asyncwrapper.php'; |