aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
authornomind60s <nomind60s@users.noreply.github.com>2017-02-17 14:19:18 -0700
committernomind60s <nomind60s@users.noreply.github.com>2017-02-17 15:31:43 -0700
commitc30ad4ce60267a1301a406c3d0279f95b856f5a5 (patch)
treecb8f3d9872edd3940416e06b3674dce89f442561 /phpBB/adm/style/acp_main.html
parentc06f4756eca4dfbbdad8984a62976745aeb183dd (diff)
downloadforums-c30ad4ce60267a1301a406c3d0279f95b856f5a5.tar
forums-c30ad4ce60267a1301a406c3d0279f95b856f5a5.tar.gz
forums-c30ad4ce60267a1301a406c3d0279f95b856f5a5.tar.bz2
forums-c30ad4ce60267a1301a406c3d0279f95b856f5a5.tar.xz
forums-c30ad4ce60267a1301a406c3d0279f95b856f5a5.zip
[ticket/15097] Add PHP version to Board statistics
Rework commit message per DavidIQ's guidance and change variable name to avoid confusion PHPBB3-15907
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r--phpBB/adm/style/acp_main.html2
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>