PHPDoc update
This commit is contained in:
parent
c21ff593ef
commit
4671cad66e
|
@ -19,11 +19,18 @@ $Id$
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
LDAP Account Manager status messages.
|
||||
*/
|
||||
|
||||
/**
|
||||
* LDAP Account Manager status messages.
|
||||
*
|
||||
* @package tests
|
||||
* @author Michael Duergner
|
||||
*/
|
||||
|
||||
/** message displaying */
|
||||
include_once("../lib/status.inc");
|
||||
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
|
|
Loading…
Reference in New Issue