Skip to content

Commit

Permalink
Fixed typo in results/index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Apr 13, 2021
1 parent 084646d commit 8be8aba
Show file tree
Hide file tree
Showing 43 changed files with 1 addition and 1 deletion.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.md
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .logo/LibreSpeed.ai
100644 → 100755
Empty file.
Empty file modified .logo/LibreSpeed.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified .logo/icon_huge.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified .logo/logo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified .logo/logo3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified backend/empty.php
100644 → 100755
Empty file.
Empty file modified backend/garbage.php
100644 → 100755
Empty file.
Empty file modified backend/getIP.php
100644 → 100755
Empty file.
Empty file modified backend/getIP_ipInfo_apikey.php
100644 → 100755
Empty file.
Empty file modified doc.md
100644 → 100755
Empty file.
Empty file modified doc_docker.md
100644 → 100755
Empty file.
Empty file modified docker/entrypoint.sh
100644 → 100755
Empty file.
Empty file modified docker/frontend.php
100644 → 100755
Empty file.
Empty file modified docker/servers.json
100644 → 100755
Empty file.
Empty file modified docker/standalone.php
100644 → 100755
Empty file.
Empty file modified example-multipleServers-full.html
100644 → 100755
Empty file.
Empty file modified example-multipleServers-pretty.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-basic.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-chart.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-customSettings.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-full.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-gauges.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-pretty.html
100644 → 100755
Empty file.
Empty file modified example-singleServer-progressBar.html
100644 → 100755
Empty file.
Empty file modified favicon.ico
100644 → 100755
Empty file.
Empty file modified results/OpenSans-Light.ttf
100644 → 100755
Empty file.
Empty file modified results/OpenSans-Semibold.ttf
100644 → 100755
Empty file.
Empty file modified results/idObfuscation.php
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion results/index.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down
Empty file modified results/stats.php
100644 → 100755
Empty file.
Empty file modified results/telemetry.php
100644 → 100755
Empty file.
Empty file modified results/telemetry_db.php
100644 → 100755
Empty file.
Empty file modified results/telemetry_mysql.sql
100644 → 100755
Empty file.
Empty file modified results/telemetry_postgresql.sql
100644 → 100755
Empty file.
Empty file modified results/telemetry_settings.php
100644 → 100755
Empty file.
Empty file modified speedtest.js
100644 → 100755
Empty file.
Empty file modified speedtest_worker.js
100644 → 100755
Empty file.

2 comments on commit 8be8aba

@michaelarnauts
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these files should be made executable.

@adolfintel
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They weren't supposed to, I pushed from a windows machine and it fucked up the permissions. Doesn't interfere with the application though

Please sign in to comment.