<?php
/*
* Configurações Gerais de Segurança
* Security Geral Configuration
*
* O valor inteiro representa o tamanho da senha a ser gerada.
* The integer value is the length of the password to be generated.
*/
$NIVEL_SEGURO = 8;
$NIVEL_MUITO_SEGURO = 9;
$NIVEL_SUPER_SEGURO = 10;
$NIVEL_SEGURO_EXTREMO = 15;
?>
|