Files
web.ems/wxc2_omc/configuration/bssomc/btsmeasurements.inc
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

25 lines
906 B
PHP
Executable File

<?php
$gbnamearray = Array(
go => "",
bssid => "BSS编号",
pages => "",
record => "",
total => "合共",
back => "返回",
cellidentity=> "小区识别码",
time => "话务统计时间",
norecord => "-- 找不到相关纪录 --"
);
$engnamearray = Array(
go => "GO",
bssid => "BSS ID",
pages => "PAGES",
record => "RECORDS",
total => "TOTAL",
back => "BACK",
cellidentity=> "CELLID",
time => "STATISTICS TIME",
norecord => "-- No Record Found --"
);
?>