Changes between Version 9 and Version 10 of ModificacionesEGWconAlterncStable


Ignore:
Timestamp:
Sep 17, 2016, 9:26:19 PM (8 years ago)
Author:
sebas@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModificacionesEGWconAlterncStable

    v9 v10  
    77
    88== El codigo alternc para manejar los mails y el cambio de clave ==
     9
     10Desdes 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
     15if (file_exists('/etc/alternc/alternc_display_php_error')) {
     16    ini_set('display_errors', '1');
     17}
     18}}}
     19
     20vamos hacer eso!
    921
    1022=== lo ultimo ===