Files
web.ems/wxc2_omc/performance/bssCsta/Handover_index.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

16 lines
340 B
PHP
Executable File

<?php
require("../../inc/header.inc");
?>
<frameset framespacing="0" border="0" rows="75,*" frameborder="0">
<frame name="header" scrolling="no" noresize target="main" src="Handover_up.php">
<frame name="main" src="Handover_down.php" scrolling="auto" target="_self">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>