16 lines
340 B
PHP
Executable File
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>
|