Files
web.ems/wxc2_omc/configuration/pubParamConf/paramConf_index.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

18 lines
391 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="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>