0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
pages
/
[
Home
]
File: myaccount.php
<? if($_SESSION['login']!="true") { ?> <SCRIPT language="JavaScript"> window.location="index.php?page=login"; </SCRIPT> <? } else { if($_GET['page2']=="") { $page2="account_info.php"; } else { $page2=$_GET['page2'].".php"; } ?> <link href="../css/style.css" rel="stylesheet" type="text/css"> <table width="750" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="32" align="right" valign="middle" class="create-catalog-header" style="padding-right:20px"> <? include("pages/myaccount/top.php") ?> </td> </tr> <tr> <td height="32" align="left" valign="middle"><? include("pages/myaccount/".$page2) ?></td> </tr> </table> <? } ?>