remove old pseudo-license
This commit is contained in:
parent
2ea3df2b5e
commit
e854c4ef19
12
sendform.php
12
sendform.php
|
|
@ -1,16 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
/************************************************************************
|
|
||||||
* Questions/Comments: eric.fawcett@gmail.com *
|
|
||||||
* *
|
|
||||||
* COPYRIGHT NOTICE *
|
|
||||||
* Copyright 2017 Eric T. Fawcett *
|
|
||||||
* *
|
|
||||||
* Any part of SendForm can be used or modified in anyway so long *
|
|
||||||
* as this copyright notice and the above comments stay intact. *
|
|
||||||
* *
|
|
||||||
* By using this code you agree to indemnify Eric T. Fawcett *
|
|
||||||
* from any liability that might arise from its use. *
|
|
||||||
************************************************************************/
|
|
||||||
session_start();
|
session_start();
|
||||||
// $referals is a list of web site domains seperated by commas. Only requests originating from
|
// $referals is a list of web site domains seperated by commas. Only requests originating from
|
||||||
// these domains will be processed.
|
// these domains will be processed.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue