diff --git a/doc/index.php b/doc/index.php index 3a0e000bdd..4d389c6b41 100644 --- a/doc/index.php +++ b/doc/index.php @@ -91,7 +91,7 @@ function show_participate() {

".sprintf( - tra(" Use the idle time on your computer (Windows, Mac, or Linux) to cure diseases, study global warming, discover pulsars, and do many other types of scientific research. It's safe, secure, and easy: %sChoose%s projects %sDownload%s and run BOINC software %sEnter%s an email address and password. "), + tra(" Use the idle time on your computer (Windows, Mac, Linux, or Android) to cure diseases, study global warming, discover pulsars, and do many other types of scientific research. It's safe, secure, and easy: %sChoose%s projects %sDownload%s and run BOINC software %sEnter%s an email address and password. "), "

  1. ", "", "
  2. ", diff --git a/tools/make_project b/tools/make_project index 99449ed2c4..5b3b54c5bf 100755 --- a/tools/make_project +++ b/tools/make_project @@ -321,6 +321,7 @@ print >>open(httpd_conf_template_filename,'w'), ''' Options Indexes FollowSymlinks MultiViews AllowOverride AuthConfig + Require all granted Order allow,deny Allow from all @@ -328,6 +329,7 @@ print >>open(httpd_conf_template_filename,'w'), ''' Options ExecCGI AllowOverride AuthConfig + Require all granted Order allow,deny Allow from all