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

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

  ViewVC Help
Powered by ViewVC 1.1.2