Commit 76f0aeec authored by bbaetz%acm.org's avatar bbaetz%acm.org

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
parent 5ae69337
...@@ -100,7 +100,7 @@ sub check_webdotbase { ...@@ -100,7 +100,7 @@ sub check_webdotbase {
if(-e "data/webdot/.htaccess") { if(-e "data/webdot/.htaccess") {
open HTACCESS, "data/webdot/.htaccess"; open HTACCESS, "data/webdot/.htaccess";
if(! grep(/ \\\.png\$/,<HTACCESS>)) { if(! grep(/ \\\.png\$/,<HTACCESS>)) {
return "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n"; return "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; close HTACCESS;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment