|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/logicswapweb/ |
Upload File : |
<?
session_start('web_demo');
?>
<html><title>Welcome</title>
<style type="text/css">
<!--
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: italic;
}
.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
<body>
<div align="center">
<table width="200" height="79" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999">
<tr>
<td height="28" bgcolor="#0000FF"><div align="center" class="style3">Welcome</div></td>
</tr>
<tr>
<td align="center" class="style2"><?=$login_user?></td>
</tr>
<tr>
<td align="center"><input type="button" name="Button" value="Close (x)" onClick="javascript: window.close();" /></td>
</tr>
</table>
</div>
</body>
</html>