Explorar el Código

forgot to close the password form

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

+ 1
- 1
preferences.php Ver fichero

@@ -48,7 +48,7 @@ echo <<<UPDPASS
return true;
}
</script>
<input type="submit" name="submission" value="Update password" onclick="return Validate()" id="btnSubmit">
<input type="submit" name="submission" value="Update password" onclick="return Validate()" id="btnSubmit"></form>
UPDPASS;
include_once ('footer.php');
?>

Cargando…
Cancelar
Guardar