Parent Directory
|
Revision Log
|
Revision Graph
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 |