Revision 9fdc167f
Added by Ermal LUÇI almost 11 years ago
etc/rc.newwanipv6 | ||
---|---|---|
55 | 55 |
} |
56 | 56 |
|
57 | 57 |
/* Interface IP address has changed */ |
58 |
if (isset($_GET)) |
|
58 |
if (isset($_GET['interface']))
|
|
59 | 59 |
$argument = $_GET['interface']; |
60 | 60 |
else |
61 | 61 |
$argument = trim($argv[1], " \n\t"); |
Also available in: Unified diff
Properly test if FCGI is calling or are being triggered from shell. Normally Fixes #3361