network.json

This commit is contained in:
Devdatt Bhatt 2026-06-08 04:51:39 +00:00
parent 41ef9ae7dc
commit bea4040028
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
include 'header.php';
// Load network configuration
$config_file = '/etc/urmi/network.json';
$config_file = '/var/www/network.json';
$network_config = [];
if (file_exists($config_file)) {