|
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/aplicaciones/admon/ |
Upload File : |
<?php
session_start('PanelAzulDigial');
if(!session_is_registered("panel")){
header('Location: ../index.php');
}
?>
<html>
<head>
<title>Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="112,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="superior.php" name="superior" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" id="superior">
<frameset rows="*" cols="150,*" framespacing="0" frameborder="NO" border="0">
<frame src="lateral.php" name="lateral" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" id="lateral">
<frame src="contenido.php" name="contenido" frameborder="no" marginwidth="0" marginheight="0" id="contenido">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>