From 5ecf89925b015d087501e9e9e6ed5eb7268c6ee4 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 23 Oct 2010 22:43:55 +0200 Subject: client download location moved Signed-off-by: Florian Pritz --- system/application/controllers/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/application/controllers/file.php') diff --git a/system/application/controllers/file.php b/system/application/controllers/file.php index 6d99312b8..fb74dbf1c 100644 --- a/system/application/controllers/file.php +++ b/system/application/controllers/file.php @@ -54,7 +54,7 @@ class File extends Controller { $data['title'] = 'Upload'; $data['small_upload_size'] = $this->config->item('small_upload_size'); $data['max_upload_size'] = $this->config->item('upload_max_size'); - $data['client_link'] = base_url().'data/client/fb-'.$this->var->latest_client; + $data['client_link'] = base_url().'data/client/fb-'.$this->var->latest_client.'.tar.gz'; $this->load->view('file/header', $data); $this->load->view('file/upload_form', $data); -- cgit v1.2.3-24-g4f1b