Files
web.ems/wxc2_omc/element/toElement/loadpcr.php
2024-09-27 17:13:36 +08:00

28 lines
719 B
PHP
Executable File

<?php
/*********************************************************
WXC2 SP configuration.
*********************************************************/
require("../sub_inc/commfunc.php");
$helpId = "1.1.1";
$DEBUG = 0;
//==========================================================
//±äÁ¿¶¨Òå
//==========================================================
if(1){
checkDevices(130);
}
echo "<input type=\"hidden\" name=\"linkset\" value=\"$linkset\">";
echo "<input type=\"hidden\" name=\"trunkgp\" value=\"$trunkgp\">";
if($DEBUG) exit();
echo "<script LANGUAGE=\"JavaScript\">";
echo " location='./PCRconf.php?infoNo=$infoNo&trunkgp=$trunkgp&linkset=$linkset&page_top=$page_top';";
echo "</script>";
exit();
?>