diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-21 16:06:16 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-21 16:06:16 +0000 |
commit | a49da1d48035569fae1b6f336ef038fbaa5f3bc8 (patch) | |
tree | 80bcdbac9c6c3faf52c9c957ba24afb28b923279 /admin/template/goto/intro.tpl | |
parent | 8e9dc30ecc9788c5df1c51389dfbc5f7f75bca32 (diff) |
phpinfo() in a new window.
git-svn-id: http://piwigo.org/svn/trunk@2562 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/intro.tpl')
-rw-r--r-- | admin/template/goto/intro.tpl | 3 |
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> |