phpinfo() in a new window.
git-svn-id: http://piwigo.org/svn/trunk@2562 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
8e9dc30ecc
commit
a49da1d480
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
<dd>
|
||||
<ul>
|
||||
<li>{'Operating system'|@translate}: {$OS}</li>
|
||||
<li>PHP: {$PHP_VERSION} (<a href="{$U_PHPINFO}">{'Show info'|@translate}</a>) [{$PHP_DATATIME}]</li>
|
||||
<li>PHP: {$PHP_VERSION} (<a href="{$U_PHPINFO}" onclick="window.open(this.href, '');
|
||||
return false;">{'Show info'|@translate}</a>) [{$PHP_DATATIME}]</li>
|
||||
<li>MySQL: {$MYSQL_VERSION} [{$DB_DATATIME}]</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue