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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Jul 3 14:03:54 2006 UTC (3 years, 4 months ago) by elmuerte
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Changes since 1.1: +3 -1 lines
File MIME type: text/x-php
4.7 port
1 <?php
2 $config["filereq_fspath"] = "files";
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";
7 ?>

  ViewVC Help
Powered by ViewVC 1.1.2