init web ems all
This commit is contained in:
17
wxc2_omc/configuration/pubParamConf/paramConf_index.php
Executable file
17
wxc2_omc/configuration/pubParamConf/paramConf_index.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
require("../../inc/header.inc");
|
||||
?>
|
||||
|
||||
<frameset framespacing="0" border="0" rows="75,*" frameborder="0">
|
||||
<frame name="header" scrolling="no" noresize target="d_main" src="paramConf_up.php">
|
||||
<frame name="d_main" src="paramConf_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