Returning Client Form
Please enter your details below and we will be in touch as soon as possible.
session_start(); if($_GET['req']=='1' && $_GET['f'] != '' && substr($_GET['f'],0,2) == 'hs') { //require_once(ABSPATH. '/wp-content/custom-php/contact-form-functions.php'); $toget = "require_once(ABSPATH. '/wp-content/custom/".$_GET['f'].".php');"; eval($toget); } ?>
|