*** empty log message ***

svn path=/trunk/boinc/; revision=11310
This commit is contained in:
David Anderson 2006-10-18 23:30:13 +00:00
parent d03033482f
commit 5dee5e8cde
2 changed files with 9 additions and 3 deletions

View File

@ -11187,3 +11187,9 @@ Rom 18 Oct 2006
api/
reduce_main.C
David 18 Oct 2006
- fix line endings
clientgui/
ViewResources.cpp,h

View File

@ -1,9 +1,9 @@
<?php
require_once("docutil.php");
$strip_headers = $_GET['strip_headers'];
$strip_header = $_GET['strip_header'];
if (!$strip_headers) {
if (!$strip_header) {
page_head('BOINC add-on software');
echo "
<p>
@ -116,7 +116,7 @@ show_group("Linux", $linux);
show_group("Mac", $mac);
show_group("Web applications", $web);
if (!$strip_headers) {
if (!$strip_header) {
page_tail();
}
?>