/[drupal]/contributions/modules/filerequest/throttle.config.php
ViewVC logotype

Diff of /contributions/modules/filerequest/throttle.config.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.1, Thu Aug 31 19:10:06 2006 UTC revision 1.2.2.2, Thu Aug 31 19:10:59 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
 $config["filereq_antileech_enabled"] = 1;  
 $config["filereq_antileech_regex"] = "(el-muerte\\.student\\.utwente\\.nl)|(www\\.magicball\\.net)";  
2  $config["filereq_fspath"] = "files";  $config["filereq_fspath"] = "files";
 $config["filereq_antileech_image_mode"] = 1;  
 $config["filereq_antileech_image_file"] = "misc/mbnwatermark.png";  
3    $config["filereq_antileech_enabled"] = true;
4    $config["filereq_antileech_regex"] = preg_quote($_SERVER["SERVER_NAME"]);
5    $config["filereq_antileech_image_mode"] = WATERMARK; // 0 or WATERMARK or SUBSTITUTE
6    $config["filereq_antileech_image_file"] = "modules/filerequest/watermark.png";

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2