fcf.process.php 384 B

123456789101112131415
  1. <?php
  2. // ************************************
  3. // This file is part of a package from:
  4. // www.freecontactform.com
  5. // Free Version
  6. // 15 September 2020
  7. // You are free to use an edit for
  8. // your own use. But cannot resell
  9. // or repackage in any way.
  10. // ************************************
  11. require dirname(__FILE__).'/'.'fcf.config.php';
  12. require dirname(__FILE__).'/'.'process.php';