document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ...
  2. if (Utiles::enProduccion())
  3. {
  4.     //mando el email al cliente
  5.     ...
  6. }
  7. else
  8. {
  9.     //mando un email a un buzón ficticio
  10.     ...
  11. }
');