mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix credits due to shared class - please add yourself into the shared class if you were the author
This commit is contained in:
parent
7b1b090dc9
commit
fc21d2f9ff
@ -1,11 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* eGroupWare API - XML-RPC Server using builtin php functions *
|
* eGroupWare API - XML-RPC Server *
|
||||||
* Portions of code from xmlrpcs.inc by Edd Dumbill <edd@usefulinc.com> *
|
* ------------------------------------------------------------------------ *
|
||||||
* part of the xml-rpc for php library *
|
* This library is part of the eGroupWare API *
|
||||||
* http://sourceforge.net/projects/phpxmlrpc/ *
|
* http://www.egroupware.org/api *
|
||||||
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org> *
|
|
||||||
* Copyright (C) 2003 Miles Lott *
|
|
||||||
* ------------------------------------------------------------------------ *
|
* ------------------------------------------------------------------------ *
|
||||||
* This library is free software; you can redistribute it and/or modify it *
|
* This library is free software; you can redistribute it and/or modify it *
|
||||||
* under the terms of the GNU Lesser General Public License as published by *
|
* under the terms of the GNU Lesser General Public License as published by *
|
||||||
|
@ -31,7 +31,11 @@
|
|||||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||||
// OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
/* $Id$ */
|
/*
|
||||||
|
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org>
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/* BEGIN server class */
|
/* BEGIN server class */
|
||||||
class xmlrpc_server extends xmlrpc_server_shared
|
class xmlrpc_server extends xmlrpc_server_shared
|
||||||
|
Loading…
Reference in New Issue
Block a user