Browse Source

s,PHP 5,PHP 7,

pull/830/head
Johannes Schlüter 12 years ago
parent
commit
972badf764
  1. 4
      win32/sendmail.c

4
win32/sendmail.c

@ -87,9 +87,9 @@ char LocalHost[HOST_NAME_LEN];
#endif
char seps[] = " ,\t\n";
#ifndef NETWARE
char *php_mailer = "PHP 5 WIN32";
char *php_mailer = "PHP 7 WIN32";
#else
char *php_mailer = "PHP 5 NetWare";
char *php_mailer = "PHP 7 NetWare";
#endif /* NETWARE */
/* Error messages */

Loading…
Cancel
Save