mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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
|
||||
/**************************************************************************\
|
||||
* eGroupWare API - XML-RPC Server using builtin php functions *
|
||||
* Portions of code from xmlrpcs.inc by Edd Dumbill <edd@usefulinc.com> *
|
||||
* part of the xml-rpc for php library *
|
||||
* http://sourceforge.net/projects/phpxmlrpc/ *
|
||||
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org> *
|
||||
* Copyright (C) 2003 Miles Lott *
|
||||
* eGroupWare API - XML-RPC Server *
|
||||
* ------------------------------------------------------------------------ *
|
||||
* This library is part of the eGroupWare API *
|
||||
* http://www.egroupware.org/api *
|
||||
* ------------------------------------------------------------------------ *
|
||||
* 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 *
|
||||
|
@ -31,7 +31,11 @@
|
||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
// OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Incorporated for egroupware by Miles Lott <milos@groupwhere.org>
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/* BEGIN server class */
|
||||
class xmlrpc_server extends xmlrpc_server_shared
|
||||
|
Loading…
Reference in New Issue
Block a user