Skip to content
This repository has been archived by the owner on Sep 10, 2018. It is now read-only.

Commit

Permalink
Disabled ZIP download feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
eenemeenemuu committed May 4, 2012
1 parent ffe716f commit 48661d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/fullsize_access/codebase.php
Expand Up @@ -6,8 +6,8 @@
require_once('fullsize_check.php');



$thisplugin->add_action('post_breadcrumb','ziplink');
// ZIP download feature disabled (doesn't work because of missing library)
//$thisplugin->add_action('post_breadcrumb','ziplink');
function ziplink(){
global $CONFIG;
$superCage = Inspekt::makeSuperCage();
Expand Down
4 changes: 2 additions & 2 deletions plugins/fullsize_access/plugin_config.php
Expand Up @@ -132,11 +132,11 @@
<strong>Maintain history/log for fullsize downloads:&nbsp;&nbsp;</strong>
<input type="checkbox" name="ksfa_hist" value="1" $ksfa_hist>
<br /><br />
<!--
<strong>Allow ZIP download for albums and favorites:&nbsp;&nbsp;</strong>
<input type="checkbox" name="ksfa_zip" value="1" $ksfa_zip>
<br /><br />
-->
<strong>Send email to admin for each download: &nbsp;&nbsp;</strong>
<input type="checkbox" name="ksfa_email" value="1" $ksfa_email>
Expand Down

0 comments on commit 48661d0

Please sign in to comment.