Revision eab652e4
Added by Renato Botelho about 12 years ago
usr/local/bin/3gstats.php | ||
---|---|---|
11 | 11 |
/* Huawei example */ |
12 | 12 |
$device = "/dev/{$argv[1]}"; |
13 | 13 |
$statfile = "/tmp/3gstats.{$argv[2]}"; |
14 |
/* mode is a comma seperated value, thus submode is born */
|
|
14 |
/* mode is a comma separated value, thus submode is born */
|
|
15 | 15 |
$header = "#seconds,rssi,mode,submode,upstream,downstream,sentbytes,receivedbyts,bwupstream,bwdownstream,simstate,service\n"; |
16 | 16 |
|
17 | 17 |
$i = 0; |
Also available in: Unified diff
Fix #3113, fix multiple english spell errors s/seperet/separat/