Commit 024173bf authored by Jos Schellevis's avatar Jos Schellevis

Change comment text

parent f2c83940
......@@ -119,7 +119,7 @@ if (file_exists("{$g['vardb_path']}/{$interface}_cacheip"))
/* regenerate resolv.conf if DNS overrides are allowed */
system_resolvconf_generate(true);
/* write current WAN IP to file */
/* write the current interface IP to file */
if (is_ipaddr($curwanip))
@file_put_contents("{$g['vardb_path']}/{$interface}_ip", $curwanip);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment