Revision 4ca53d18
Added by Scott Ullrich over 19 years ago
usr/local/www/interfaces_assign.php | ||
---|---|---|
183 | 183 |
|
184 | 184 |
write_config(); |
185 | 185 |
|
186 |
touch("/tmp/reload_interfaces"); |
|
187 |
|
|
188 | 186 |
$savemsg = "Interface has been added."; |
189 | 187 |
|
190 | 188 |
} |
... | ... | |
286 | 284 |
if (!$input_errors) |
287 | 285 |
touch("/tmp/reload_interfaces"); |
288 | 286 |
} |
287 |
|
|
288 |
if ($_GET['act'] == "add") |
|
289 |
touch("/tmp/reload_interfaces"); |
|
289 | 290 |
|
290 | 291 |
?> |
Also available in: Unified diff
Trigger reload at end of page