diff options
Diffstat (limited to 'system/application/controllers')
-rw-r--r-- | system/application/controllers/file.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/controllers/file.php b/system/application/controllers/file.php index 7e8b88dbf..18e322f97 100644 --- a/system/application/controllers/file.php +++ b/system/application/controllers/file.php @@ -56,6 +56,7 @@ class File extends Controller { $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/'; + $data['client_link_slackware'] = base_url().'data/client/slackware/'; $this->load->view('file/header', $data); $this->load->view('file/upload_form', $data); |