We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d72e8 commit 16413ebCopy full SHA for 16413eb
bin/irrpt_nag
@@ -68,7 +68,7 @@ if (file_exists($o_cfgfile) === FALSE || is_readable($o_cfgfile) === FALSE) {
68
require($o_cfgfile);
69
70
/* Open message file, read in data */
71
-if (!($msgfile = fopen($o_msgfile, "r"))) {
+if (($msgfile = @fopen($o_msgfile, "r")) === FALSE) {
72
status(STATUS_ERROR, "Unable to open nag message file {$o_msgfile}, aborting.\n");
73
exit(1);
74
}
0 commit comments