mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use strtolower
This commit is contained in:
parent
178f0e1407
commit
a864baee60
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class About
|
||||||
{
|
{
|
||||||
$phpinfo[] = sprintf(
|
$phpinfo[] = sprintf(
|
||||||
'%s: %s',
|
'%s: %s',
|
||||||
mb_strtolower(
|
strtolower(
|
||||||
$extension
|
$extension
|
||||||
),
|
),
|
||||||
strval(
|
strval(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue