6 lines
289 B
PHP
Executable File
6 lines
289 B
PHP
Executable File
<!-- frames -->
|
|
<frameset cols="15%,*" border="1">
|
|
<frame name="sinistra" src="menu.php" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
|
|
<frame name="destra" src="admin.php" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
|
|
</frameset>
|