]> git.pld-linux.org Git - packages/php.git/commitdiff
- missing / at the end of URL, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Nov 2001 12:07:40 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pldlogo.patch -> 1.23

php-pldlogo.patch

index 7ec5e06a0582c1795896762b87ae9a4f06a4a01b..02e3602d0f302ef39206f1ea125ad080c661c75e 100644 (file)
@@ -6,7 +6,7 @@ diff -uar php-4.0.6orig/ext/standard/info.c php-4.0.6/ext/standard/info.c
                php_printf("</BR>\n");
                php_info_print_box_end();
 -              efree(php_uname);
-+              /* PLD GNU/Linux */
++              /* PLD Linux */
 +                php_info_print_box_start(0);
 +                if (expose_php) {
 +                  PUTS("<a href=\"http://www.pld.org.pl/\"><img src=\"");
@@ -15,8 +15,8 @@ diff -uar php-4.0.6orig/ext/standard/info.c php-4.0.6/ext/standard/info.c
 +                  }
 +                  PUTS("?="PLD_LOGO_GUID"\" border=\"0\" align=\"right\" alt=\"PHP logo\"></a>\n");
 +                }
-+                php_printf("This server is using PLD Linux <BR>");
-+                php_printf("More informations at <a href=\"http://www.pld.org.pl\">www.pld.org.pl</a>");
++                php_printf("This server is using PLD Linux. <BR>");
++                php_printf("More informations at <a href=\"http://www.pld.org.pl/\">http://www.pld.org.pl/</a>.");
 +                php_printf("</BR>\n");
 +                php_info_print_box_end(); 
 +                efree(php_uname);
This page took 0.879832 seconds and 4 git commands to generate.