first commit
This commit is contained in:
17
phpldapadmin/lib/PasswordAttribute.php
Executable file
17
phpldapadmin/lib/PasswordAttribute.php
Executable file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Classes and functions for the template engine.
|
||||
*
|
||||
* @author The phpLDAPadmin development team
|
||||
* @package phpLDAPadmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Represents an attribute whose values are passwords
|
||||
*
|
||||
* @package phpLDAPadmin
|
||||
* @subpackage Templates
|
||||
*/
|
||||
class PasswordAttribute extends Attribute {
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user