/[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.1, Tue Jan 3 20:44:50 2006 UTC revision 1.2, Mon Jul 3 14:03:54 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2    $config["filereq_fspath"] = "files";
3  $config["filereq_antileech_enabled"] = true;  $config["filereq_antileech_enabled"] = true;
4  $config["filereq_antileech_regex"] = preg_quote($_SERVER["SERVER_NAME"]);  $config["filereq_antileech_regex"] = preg_quote($_SERVER["SERVER_NAME"]);
5  $config["filereq_fspatch"] = "files";  $config["filereq_antileech_image_mode"] = WATERMARK; // 0 or WATERMARK or SUBSTITUTE
6    $config["filereq_antileech_image_file"] = "modules/filerequest/watermark.png";
7  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.2