mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not be so drastic on normal failure.
This commit is contained in:
parent
dcc897e5b3
commit
cf46a14f95
@ -19,7 +19,7 @@
|
||||
$handle = fopen($file, 'w');
|
||||
if(!$handle) {
|
||||
upnp_warn("Could not open {$file} for writing.");
|
||||
exit;
|
||||
return;
|
||||
}
|
||||
fwrite($handle, $text);
|
||||
fclose($handle);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user