]> git.pld-linux.org Git - packages/php.git/commitdiff
- fixed small mistake: there was PHP logo shown instead of PLD logo
authoradasi <adasi@pld-linux.org>
Tue, 13 Nov 2001 21:03:44 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pldlogo.patch -> 1.2

php-pldlogo.patch

index cc70795c9a1c8b9b64d2a88f08c8495327a7c74c..a2b95365a05ebe23f3db76b29c43179b14e5348e 100644 (file)
@@ -13,7 +13,7 @@ diff -uar php-4.0.6orig/ext/standard/info.c php-4.0.6/ext/standard/info.c
 +                  if (SG(request_info).request_uri) {
 +                    PUTS(SG(request_info).request_uri);
 +                  }
-+                  PUTS("?="PHP_LOGO_GUID"\" border=\"0\" align=\"right\" alt=\"PHP logo\"></a>\n");
++                  PUTS("?="PLD_LOGO_GUID"\" border=\"0\" align=\"right\" alt=\"PHP logo\"></a>\n");
 +                }
 +                php_printf("This server is using PLD GNU/Linux OS:<BR>");
 +                php_printf("More informations at www.pld.org.pl");
This page took 0.05257 seconds and 4 git commands to generate.