mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
*** empty log message ***
This commit is contained in:
parent
614b4b781e
commit
5a3e983fa4
1 changed files with 3 additions and 3 deletions
|
@ -250,10 +250,10 @@ PHPAPI void php_print_info(int flag)
|
|||
void php_print_credits(int flag)
|
||||
{
|
||||
if (flag & PHP_CREDITS_FULLPAGE) {
|
||||
PUTS("<html><head><title>PHP Credits</title></head><body>\n");
|
||||
PUTS("<html><head><title>PHP Credits</title></head><body><center>\n");
|
||||
}
|
||||
|
||||
PUTS("<h1>Credits</h1>\n");
|
||||
PUTS("<h1>PHP 4.0 Credits</h1>\n");
|
||||
|
||||
if (flag & PHP_CREDITS_GENERAL) {
|
||||
/* Language */
|
||||
|
@ -317,7 +317,7 @@ void php_print_credits(int flag)
|
|||
}
|
||||
|
||||
if (flag & PHP_CREDITS_FULLPAGE) {
|
||||
PUTS("</body></html>\n");
|
||||
PUTS("</center></body></html>\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue