mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
22 lines
927 B
PHP
22 lines
927 B
PHP
|
<?php
|
||
|
/**************************************************************************\
|
||
|
* phpGroupWare API - *
|
||
|
* ------------------------------------------------------------------------ *
|
||
|
* This library is part of the phpGroupWare API *
|
||
|
* http://www.phpgroupware.org/ *
|
||
|
* ------------------------------------------------------------------------ *
|
||
|
* This program is free software; you can redistribute it and/or modify it *
|
||
|
* under the terms of the GNU Lesser General Public License as published *
|
||
|
* by the Free Software Foundation; either version 2.1 of the License, or *
|
||
|
* any later version. *
|
||
|
\**************************************************************************/
|
||
|
|
||
|
/* $Id$ */
|
||
|
|
||
|
class wap
|
||
|
{
|
||
|
function wap()
|
||
|
{
|
||
|
}
|
||
|
}
|