Skip to content

Commit 8a65d64

Browse files
authored
Remove Easter logo
1 parent 368766e commit 8a65d64

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ext/standard/info.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -775,12 +775,7 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
775775
the_time = time(NULL);
776776
ta = php_localtime_r(&the_time, &tmbuf);
777777

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-
}
778+
php_info_print("<a href=\"http://www.php.net/\"><img border=\"0\" src=\"" PHP_LOGO_DATA_URI "\" alt=\"PHP logo\" /></a>");
784779
}
785780

786781
if (!sapi_module.phpinfo_as_text) {

0 commit comments

Comments
 (0)