[art-web] download: don't read from mirror, read from local copy\!
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [art-web] download: don't read from mirror, read from local copy\!
- Date: Tue, 12 Apr 2011 17:49:05 +0000 (UTC)
commit ec37b7b90ffc0fdb893d119d869ab9fb0aaa55d0
Author: Olav Vitters <olav vitters nl>
Date: Tue Apr 12 19:48:56 2011 +0200
download: don't read from mirror, read from local copy\!
download | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/download b/download
index 9bf4789..2c4fe4e 100644
--- a/download
+++ b/download
@@ -41,7 +41,7 @@ else if($section == "themes")
{
header ("Content-type: application/x-gnome-theme-package");
header ("Content-Disposition: attachment; filename=\"$filename\"");
- readfile ("$mirror_url$archive/themes/$category/$filename");
+ readfile ("$sys_ftp_dir$archive/themes/$category/$filename");
}
else
header ("Location: $mirror_url$archive/themes/$category/$filename");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]