Bug 197153 - Add wording schange requested by reviewer which wasn't in the

patch on the bug, and so wasn't checked in.
r,a=justdave


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-2_16-BRANCH@141770 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%acm.org
2003-04-24 22:41:07 +00:00
parent f965142dbd
commit 6b152fbe5e

View File

@@ -441,7 +441,7 @@ sub check_webdotbase {
if(-e "data/webdot/.htaccess") {
open HTACCESS, "data/webdot/.htaccess";
if(! grep(/ \\\.png\$/,<HTACCESS>)) {
print "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n";
print "Dependency graph images are not accessible.\nAssuming that you have not modified the file, delete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n";
}
close HTACCESS;
}