Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/example02/config.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-05-19 19:06
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"
    
);

?>