init web ems all
This commit is contained in:
28
wxc2_omc/element/toElement/loadpcr.php
Executable file
28
wxc2_omc/element/toElement/loadpcr.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/*********************************************************
|
||||
WXC2 SP configuration.
|
||||
|
||||
*********************************************************/
|
||||
|
||||
require("../sub_inc/commfunc.php");
|
||||
$helpId = "1.1.1";
|
||||
$DEBUG = 0;
|
||||
|
||||
//==========================================================
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
//==========================================================
|
||||
|
||||
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();
|
||||
?>
|
||||
Reference in New Issue
Block a user