From 05a4761c53af5f67572b8fb7d5c5f083c702cfa3 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 23 Mar 2026 11:50:51 +0000 Subject: [PATCH] revoked --- loft-e-adjustable.php | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/loft-e-adjustable.php b/loft-e-adjustable.php index 918a94f..879184c 100644 --- a/loft-e-adjustable.php +++ b/loft-e-adjustable.php @@ -29,21 +29,20 @@ include_once $URLcorrection . 'includes/header.php'; -
- "; - echo "


"; - echo curl_exec($ch); - echo ""; - curl_close($ch); +curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); - include_once $URLcorrection . 'includes/footer.php'; +curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST)); +echo "
"; +echo "


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