This commit is contained in:
Laurent Destailleur
2011-07-28 10:43:43 +00:00
parent 43f38d8133
commit 2aa6c2c878
390 changed files with 1386 additions and 1182 deletions

View File

@@ -12,7 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* or see http://www.gnu.org/
*/
@@ -20,7 +21,7 @@
* \file htdocs/includes/modules/security/generate/modGeneratePassStandard.class.php
* \ingroup core
* \brief File to manage password generation according to standard rule
* \version $Id: modGeneratePassStandard.class.php,v 1.10 2011/07/31 23:28:16 eldy Exp $
* \version $Id$
*/
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/security/generate/modules_genpassword.php");