PHP Classes

File: examples/example02/config.inc.php

Recommend this page to a friend!
  Classes of Hayk Chamyan   No Direct Links!   examples/example02/config.inc.php   Download  
File: examples/example02/config.inc.php
Role: Example script
Content type: text/plain
Description: Second example config file
Class: No Direct Links!
Class to control the process of downloading files
Author: By
Last change:
Date: 21 years ago
Size: 239 bytes
 

Contents

Class file image Download
<?php

    $allowToAll
= true; // allow to all host w/o referrers checking
   
$storage = "../data/"; // path to files
   
$email = "your@test.com"; // report e-mail
   
$allowedHosts = array // allowed hosts
   
(
       
"test.com"
   
);

?>