Fixed typo in results/index.php
0
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.logo/LibreSpeed.ai
Normal file → Executable file
0
.logo/LibreSpeed.svg
Normal file → Executable file
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 247 KiB |
0
.logo/icon_huge.png
Normal file → Executable file
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
0
.logo/logo2.png
Normal file → Executable file
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
0
.logo/logo3.png
Normal file → Executable file
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
0
Dockerfile
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
backend/empty.php
Normal file → Executable file
0
backend/garbage.php
Normal file → Executable file
0
backend/getIP.php
Normal file → Executable file
0
backend/getIP_ipInfo_apikey.php
Normal file → Executable file
0
doc.md
Normal file → Executable file
0
doc_docker.md
Normal file → Executable file
0
docker/entrypoint.sh
Normal file → Executable file
0
docker/frontend.php
Normal file → Executable file
0
docker/servers.json
Normal file → Executable file
0
docker/standalone.php
Normal file → Executable file
0
example-multipleServers-full.html
Normal file → Executable file
0
example-multipleServers-pretty.html
Normal file → Executable file
0
example-singleServer-basic.html
Normal file → Executable file
0
example-singleServer-chart.html
Normal file → Executable file
0
example-singleServer-customSettings.html
Normal file → Executable file
0
example-singleServer-full.html
Normal file → Executable file
0
example-singleServer-gauges.html
Normal file → Executable file
0
example-singleServer-pretty.html
Normal file → Executable file
0
example-singleServer-progressBar.html
Normal file → Executable file
0
favicon.ico
Normal file → Executable file
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
0
results/OpenSans-Light.ttf
Normal file → Executable file
0
results/OpenSans-Semibold.ttf
Normal file → Executable file
0
results/idObfuscation.php
Normal file → Executable file
2
results/index.php
Normal file → Executable file
|
@ -52,7 +52,7 @@ function formatSpeedtestDataForImage($speedtest)
|
|||
$speedtest['dl'] = format($speedtest['dl']);
|
||||
$speedtest['ul'] = format($speedtest['ul']);
|
||||
$speedtest['ping'] = format($speedtest['ping']);
|
||||
$speedtest['jit'] = format($speedtest['jitter']);
|
||||
$speedtest['jitter'] = format($speedtest['jitter']);
|
||||
$speedtest['timestamp'] = $speedtest['timestamp'];
|
||||
|
||||
$ispinfo = json_decode($speedtest['ispinfo'], true)['processedString'];
|
||||
|
|