This repository has been archived on 2025-12-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SpeedTest-php/data/telemetry_settings.php
Yehuda Eisenberg d6e5daa68c init commit
2020-01-01 22:13:35 +02:00

11 lines
131 B
PHP

<?php
$db_type = "sqlite";
$stats_password = "default";
$enable_id_obfuscation = false;
$Sqlite_db_file = "../../data.sql";
?>