We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368766e commit 8a65d64Copy full SHA for 8a65d64
ext/standard/info.c
@@ -775,12 +775,7 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
775
the_time = time(NULL);
776
ta = php_localtime_r(&the_time, &tmbuf);
777
778
- php_info_print("<a href=\"http://www.php.net/\"><img border=\"0\" src=\"");
779
- if (ta && (ta->tm_mon==3) && (ta->tm_mday==1)) {
780
- php_info_print(PHP_EGG_LOGO_DATA_URI "\" alt=\"PHP logo\" /></a>");
781
- } else {
782
- php_info_print(PHP_LOGO_DATA_URI "\" alt=\"PHP logo\" /></a>");
783
- }
+ php_info_print("<a href=\"http://www.php.net/\"><img border=\"0\" src=\"" PHP_LOGO_DATA_URI "\" alt=\"PHP logo\" /></a>");
784
}
785
786
if (!sapi_module.phpinfo_as_text) {
0 commit comments