mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-03 15:32:53 +02:00
phpinfo() in a new window.
git-svn-id: http://piwigo.org/svn/trunk@2562 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user