From bea40400289b9e824584bb6beee05e73c93dcb77 Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Mon, 8 Jun 2026 04:51:39 +0000 Subject: [PATCH] network.json --- html/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/network.php b/html/network.php index 258b785..48c932b 100755 --- a/html/network.php +++ b/html/network.php @@ -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)) {