<?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" ); ?>