aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-21 16:06:16 +0000
committervdigital <vdigital@piwigo.org>2008-09-21 16:06:16 +0000
commita49da1d48035569fae1b6f336ef038fbaa5f3bc8 (patch)
tree80bcdbac9c6c3faf52c9c957ba24afb28b923279 /admin
parent8e9dc30ecc9788c5df1c51389dfbc5f7f75bca32 (diff)
phpinfo() in a new window.
git-svn-id: http://piwigo.org/svn/trunk@2562 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/intro.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl
index 57bdef286..370e34738 100644
--- a/admin/template/goto/intro.tpl
+++ b/admin/template/goto/intro.tpl
@@ -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>