diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index 944cf10ea5..5f8040b57e 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -169,7 +169,7 @@ </tr> <tr> <td>{L_PHP_VERSION}{L_COLON} </td> - <td><strong>{PHP_VERSION}</strong></td> + <td><strong>{PHP_VERSION_INFO}</strong></td> </tr> <!-- ENDIF --> </tbody> |