diff --git a/loft-e-lite.php b/loft-e-lite.php index 54feb76..30ec160 100644 --- a/loft-e-lite.php +++ b/loft-e-lite.php @@ -29,19 +29,21 @@ include_once $URLcorrection . 'includes/header.php'; - + "; -echo "


"; -echo curl_exec($ch); -echo ""; -curl_close($ch); + curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST)); + echo "
"; + echo "


"; + echo curl_exec($ch); + echo "
"; + curl_close($ch); -include_once $URLcorrection . 'includes/footer.php'; + include_once $URLcorrection . 'includes/footer.php'; -?> \ No newline at end of file + ?> + \ No newline at end of file