egroupware_official/phpgwapi/inc/class.config.inc.php

16 lines
373 B
PHP
Raw Normal View History

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