Changeset 20742


Ignore:
Timestamp:
03/27/13 19:16:07 (10 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/log.h

    r20739 r20742  
    4242                {
    4343                        drawscreen(load, 0, 0);
    44                         ret = sendmail("mailserver.at", "m@x.at", "m@x.at", "Titan Error LOG", 25, getconfig("tracelog", NULL), NULL, 1000 * 1000, 5000 * 1000);
     44                        ret = sendmail("nitweb2.nit.at", "titan@nit.at", "titan@nit.at", "Titan Error LOG", 25, getconfig("tracelog", NULL), NULL, 1000 * 1000, 5000 * 1000);
    4545                        if(ret == 0)
    4646                                textbox(_("Message"), "Mail send succesfull", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.