Changes between Version 9 and Version 10 of ModificacionesEGWconAlterncStable
- Timestamp:
- 09/17/16 21:26:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModificacionesEGWconAlterncStable
v9 v10 7 7 8 8 == El codigo alternc para manejar los mails y el cambio de clave == 9 10 Desdes https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/config.php#L37 11 12 {{{ 13 // To enable the display of the alternc debug error, do the following : 14 // # touch /etc/alternc/alternc_display_php_error 15 if (file_exists('/etc/alternc/alternc_display_php_error')) { 16 ini_set('display_errors', '1'); 17 } 18 }}} 19 20 vamos hacer eso! 9 21 10 22 === lo ultimo ===