=')); // Include required libraries require_once QUFORM_ROOT . '/lib/PHPMailerAutoload.php'; require_once QUFORM_ROOT . '/lib/Quform.php'; Quform::registerAutoload(); // Instantiate the form $form = new Quform(); // Strip slashes from the posted data if magic quotes is on if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) { $_POST = Quform::stripslashes($_POST); }