mirror of
https://github.com/librespeed/speedtest.git
synced 2026-06-26 20:01:56 +00:00
ID obfuscation: default off
This commit is contained in:
parent
565f3d1174
commit
2a4b5fa9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$db_type="mysql"; //Type of db: "mysql", "sqlite" or "postgresql"
|
||||
$stats_password="PASSWORD"; //password to login to stats.php. Change this!!!
|
||||
$enable_id_obfuscation=true; //if set to true, test IDs will be obfuscated to prevent users from guessing URLs of other tests
|
||||
$enable_id_obfuscation=false; //if set to true, test IDs will be obfuscated to prevent users from guessing URLs of other tests
|
||||
|
||||
// Sqlite3 settings
|
||||
$Sqlite_db_file = "../../telemetry.sql";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue