summaryrefslogtreecommitdiffstats
path: root/system/application/controllers
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-10-24 15:31:34 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-10-24 15:33:49 +0200
commit1ef86343bd706f066524d54c74ad6862844b1b41 (patch)
tree1def8c4344fc2132c16811cc57727eaf510d2e01 /system/application/controllers
parent5ecf89925b015d087501e9e9e6ed5eb7268c6ee4 (diff)
add .deb link and line for arch users
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/controllers')
-rw-r--r--system/application/controllers/file.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/controllers/file.php b/system/application/controllers/file.php
index fb74dbf1c..7e8b88dbf 100644
--- a/system/application/controllers/file.php
+++ b/system/application/controllers/file.php
@@ -55,6 +55,7 @@ class File extends Controller {
$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.'.tar.gz';
+ $data['client_link_deb'] = base_url().'data/client/deb/';
$this->load->view('file/header', $data);
$this->load->view('file/upload_form', $data);