init web ems all
This commit is contained in:
18
wxc2_omc/configuration/paramConfiguration/param_index.php
Executable file
18
wxc2_omc/configuration/paramConfiguration/param_index.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
require("../../inc/header.inc");
|
||||
?>
|
||||
|
||||
|
||||
<frameset framespacing="0" border="0" rows="75,*" frameborder="0">
|
||||
<frame name="param_show_up" src="param_show_up.php" scrolling="no" noresize target="param_show_down">
|
||||
<frame name="param_show_down" src="param_show_down.php" scrolling="auto" target="_self">
|
||||
<noframes>
|
||||
<body>
|
||||
|
||||
<p>Your browser can not support frame</p>
|
||||
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user