2001-05-02 10:02:32 +02:00
|
|
|
<?php
|
2008-01-19 06:25:37 +01:00
|
|
|
/**
|
|
|
|
* eGW's application configuration in a centralized location
|
|
|
|
*
|
|
|
|
* @link www.egroupware.org
|
2008-10-27 16:11:15 +01:00
|
|
|
* @author Joseph Engo <jengo@phpgroupware.org> original class Copyright (C) 2000, 2001 Joseph Engo
|
2008-01-19 06:25:37 +01:00
|
|
|
* @author Ralf Becker <ralfbecker@outdoor-training.de>
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2016-03-05 11:22:40 +01:00
|
|
|
use EGroupware\Api;
|
|
|
|
|
2008-01-19 06:25:37 +01:00
|
|
|
/**
|
2016-03-05 11:22:40 +01:00
|
|
|
* @deprecated use Api\Config
|
2008-01-19 06:25:37 +01:00
|
|
|
*/
|
2016-03-05 11:22:40 +01:00
|
|
|
class config extends Api\Config {}
|