Revision 063c02c9
Added by Phil Davis over 8 years ago
src/usr/local/www/index.php | ||
---|---|---|
110 | 110 |
if (isAllowedPage("/crash_reporter.php")) { |
111 | 111 |
$savemsg .= sprintf(gettext("Click <a href='crash_reporter.php'>here</a> for more information.")); |
112 | 112 |
} else { |
113 |
$savemsg .= sprintf(gettext("Contact the system administrator for more information."));
|
|
113 |
$savemsg .= sprintf(gettext("Contact a firewall administrator for more information."));
|
|
114 | 114 |
} |
115 | 115 |
$class = "warning"; |
116 | 116 |
} |
Also available in: Unified diff
Change system admin to firewall admin
(cherry picked from commit 6f4323f3d3cc7066e833f8a898f0608e6527871d)