Fix gnump3d: Random dir with opera, add gnump3d-index to fcron.daily

This commit is contained in:
Arne Fitzenreiter
2009-05-02 23:08:12 +02:00
parent a5ecf39d53
commit a4681be235
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur gnump3d-3.0.org/lib/gnump3d/plugins/random.pm gnump3d-3.0/lib/gnump3d/plugins/random.pm
--- gnump3d-3.0.org/lib/gnump3d/plugins/random.pm 2007-10-18 19:34:02.000000000 +0200
+++ gnump3d-3.0/lib/gnump3d/plugins/random.pm 2009-05-02 18:25:13.000000000 +0200
@@ -525,7 +525,7 @@
$random= $1;
}
- &sendData($data, "HTTP/1.0 300 OK\nPragma: no-cache\nCache-control: no-cache\nLocation: /$random\n\n" );
+ &sendData($data, "HTTP/1.0 302 OK\nPragma: no-cache\nCache-control: no-cache\nLocation: /$random\n\n" );
exit;
}