s,PHP 5,PHP 7,

This commit is contained in:
Johannes Schlüter 2014-09-20 03:27:40 +02:00
parent ee51c15cf8
commit 972badf764

View File

@ -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 */