mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Make comment reflect read cases
This commit is contained in:
@@ -119,7 +119,7 @@ if ($in{'format'}) {
|
||||
}
|
||||
else {
|
||||
if (!open(FILE, "<", $p)) {
|
||||
# Unix permissions prevent access
|
||||
# Unix permissions prevent access, or file doesn't exist
|
||||
&error_exit(&text('view_eopen', $p, $!));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user