]> git.pld-linux.org Git - packages/php.git/commitdiff
- s/pld.org.pl/pld-linux.org/g
authorankry <ankry@pld-linux.org>
Wed, 25 Feb 2004 15:48:46 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pldlogo.patch -> 1.26.2.1

php-pldlogo.patch

index 34748f03e117ffd1a5454cda93995a037f0dd145..e3c143c481598067f20151222e6d7394912be00e 100644 (file)
@@ -9,14 +9,14 @@ diff -urN php-4.2.1RC2.org/ext/standard/info.c php-4.2.1RC2/ext/standard/info.c
 +              /* PLD Linux */
 +                php_info_print_box_start(0);
 +                if (expose_php) {
-+                  PUTS("<a href=\"http://www.pld.org.pl/\"><img src=\"");
++                  PUTS("<a href=\"http://www.pld-linux.org/\"><img src=\"");
 +                  if (SG(request_info).request_uri) {
 +                    PUTS(SG(request_info).request_uri);
 +                  }
 +                  PUTS("?="PLD_LOGO_GUID"\" border=\"0\" align=\"right\" alt=\"PLD logo\"></a>\n");
 +                }
 +                php_printf("This server is using PLD Linux. <BR>");
-+                php_printf("More information at <a href=\"http://www.pld.org.pl/\">http://www.pld.org.pl/</a>.");
++                php_printf("More information at <a href=\"http://www.pld-linux.org/\">http://www.pld-linux.org/</a>.");
 +                php_printf("</BR>\n");
 +                php_info_print_box_end(); 
 +                efree(php_uname);
This page took 1.240333 seconds and 4 git commands to generate.