Files
web.ems/wxc2_omc/sysDefine/cnsConf/cnsConfIndex.php
2024-10-21 11:37:26 +08:00

18 lines
409 B
PHP

<?php
require("../../inc/header.inc");
?>
<frameset rows="50,*" frameborder="0" framespacing="0" border="0">
<frame name="header" scrolling="no" noresize target="main" src="cnsConfUp.php" marginwidth="0" marginheight="0" >
<frame name="main" src="cnsConfList.php" scrolling="auto">
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>