From: adasi Date: Sun, 22 Jun 2003 15:01:35 +0000 (+0000) Subject: s/pld.org.pl/pld-linux.org/g X-Git-Tag: php-4_3_2-0_5~13 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=22e4cb4d030dbcda68903e2ae2b0b7099240e8e4;p=packages%2Fphp.git s/pld.org.pl/pld-linux.org/g Changed files: php-pldlogo.patch -> 1.28 --- diff --git a/php-pldlogo.patch b/php-pldlogo.patch index 310079f..913be92 100644 --- a/php-pldlogo.patch +++ b/php-pldlogo.patch @@ -15,9 +15,9 @@ + } + PUTS("This server is using PLD Linux."); + if (PG(html_errors)) -+ PUTS("
More information at http://www.pld.org.pl/.
\n"); ++ PUTS("
More information at http://www.pld-linux.org/.
\n"); + else -+ PUTS("\nMore information at http://www.pld.org.pl/.\n"); ++ PUTS("\nMore information at http://www.pld-linux.org/.\n"); + php_info_print_box_end(); efree(php_uname); }