<?php
/* +----------------------------------------------------------------------+
| Netautor Professional Application Server |
+----------------------------------------------------------------------+
| Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> |
+----------------------------------------------------------------------+
| This file is subject to license, that is bundled with this package |
| in the file LICENSE.TXT, and is available at through the |
| world-wide-web at http://www.netautor.com/license/ |
| |
| If you did not receive a copy of the license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| hide@address.com so we can mail you a copy. |
+----------------------------------------------------------------------+
| Authors: Stefan Rottensteiner <hide@address.com> |
| Marek Kadziela <hide@address.com> |
| Gregor Wollner |
| Helli Kleinhans |
+----------------------------------------------------------------------+*/
/**
* Show PHP internal informations
*
* @author Helmut Kleinhans
* @package setup
* @version $Revision: 1.7 $
*/
include_once ('../../include/init.inc');
$LOCALE->textdomain('install');
?>
<html>
<head>
<title>netautor</title>
<link rel=stylesheet type="text/css" href="../../include/netautor.css">
</head>
<body class="blue">
<table width="975" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="457" align="left" valign="center" class="text">
<img src="../../grafik/pixel.gif" width="457" height="4"><br>
<img src="../../grafik/pixel.gif" width="4" height="1"><a href="#" class="text" onClick="top.main.document.getElementById('f_installation').rows='10,0,*';">PHP Info</a><br>
</td>
<td width="63" align="left" valign="top">
<img src="../../grafik/updown.gif" width="63" height="21" border="0" usemap="#updown"><br>
<map name="updown">
<area shape="circle" coords="12,9,9" href="#" onClick="top.main.document.getElementById('f_installation').rows='10,0,*';">
<area shape="circle" coords="50,9,9" href="#" onClick="top.main.document.getElementById('f_installation').rows='*,0,24';">
</map>
</td>
<td width="455" align="right" valign="center" class="text">
<img src="../../grafik/pixel.gif" width="455" height="4"><br>
<a href="info.php" target="_blank" class="link"><?php echo( $LOCALE->gettext('new_window') ); ?></a><br>
</td>
</tr>
</table>
<br>
<iframe src="info.php" border="0" style="width:993px; height:430px;"></iframe>
</body>
</html>