mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
typo fix (copy/paste bug?)
This commit is contained in:
parent
3b1a3a3f8c
commit
c8a56ea11d
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ void php_print_credits(int flag)
|
||||||
php_info_print_table_end();
|
php_info_print_table_end();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flag & PHP_CREDITS_GENERAL) {
|
if (flag & PHP_CREDITS_SAPI) {
|
||||||
/* SAPI Modules */
|
/* SAPI Modules */
|
||||||
|
|
||||||
php_info_print_table_start();
|
php_info_print_table_start();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue