Explorar el Código

I forget what I changed here :(

pull/16/head
mauirixxx hace 7 años
padre
commit
2a7f1b59b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      preferences.php

+ 1
- 1
preferences.php Ver fichero

@@ -6,7 +6,7 @@ if (!empty($_POST['useremail'])) {
//this section contains code to update the users e-mail address, maybe via an include? //this section contains code to update the users e-mail address, maybe via an include?
include_once ('includes/update-email.php'); include_once ('includes/update-email.php');
} }
echo '<h3>Change e-mail and / or password</h3>';
echo '<h3>Change e-mail or password</h3>';


// listing all session variables currently set for debugging purposes // listing all session variables currently set for debugging purposes
echo '<pre>'; echo '<pre>';


Cargando…
Cancelar
Guardar