adolfintel 7 лет назад
Родитель
Сommit
2a4b5fa9f6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      telemetry/telemetry_settings.php

+ 1 - 1
telemetry/telemetry_settings.php

@@ -2,7 +2,7 @@
 
 
 $db_type="mysql"; //Type of db: "mysql", "sqlite" or "postgresql"
 $db_type="mysql"; //Type of db: "mysql", "sqlite" or "postgresql"
 $stats_password="PASSWORD"; //password to login to stats.php. Change this!!!
 $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
 // Sqlite3 settings
 $Sqlite_db_file = "../../telemetry.sql";
 $Sqlite_db_file = "../../telemetry.sql";