diff options
-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> |