mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11310
This commit is contained in:
parent
d03033482f
commit
5dee5e8cde
|
@ -11187,3 +11187,9 @@ Rom 18 Oct 2006
|
|||
|
||||
api/
|
||||
reduce_main.C
|
||||
|
||||
David 18 Oct 2006
|
||||
- fix line endings
|
||||
|
||||
clientgui/
|
||||
ViewResources.cpp,h
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue