mirror of https://github.com/BOINC/boinc.git
(obsolete doc files) fix typo in upload.php
svn path=/trunk/boinc/; revision=13560
This commit is contained in:
parent
fd2d86bec2
commit
03dfc4b93e
|
@ -8372,3 +8372,9 @@ David 9 Sept 2007
|
||||||
|
|
||||||
api/
|
api/
|
||||||
x_opengl.C
|
x_opengl.C
|
||||||
|
|
||||||
|
Bruce 10 Sept 2007
|
||||||
|
- (obsolete doc files) fix typo in upload.php
|
||||||
|
doc/
|
||||||
|
upload.php
|
||||||
|
|
||||||
|
|
|
@ -45,10 +45,8 @@ The reply message has the form:
|
||||||
"), "</pre>
|
"), "</pre>
|
||||||
Status is";
|
Status is";
|
||||||
list_start();
|
list_start();
|
||||||
list_item("0", "Success. Nbytes is 0 if the file doesn't exist.");
|
list_item(" 0", "Success. Nbytes is 0 if the file doesn't exist.");
|
||||||
list_item("1", "Transient error.
|
list_item(" 1", "Transient error. The client should try another data server, or try this one later.");
|
||||||
The client should try another data server, or try this one later.
|
|
||||||
");
|
|
||||||
list_item("-1", "Permanent error. The client should give up on the result.");
|
list_item("-1", "Permanent error. The client should give up on the result.");
|
||||||
list_end();
|
list_end();
|
||||||
echo "
|
echo "
|
||||||
|
|
Loading…
Reference in New Issue