From bff0bf999f5c1341087d28c2607d5d9958af0561 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 23 Mar 2026 11:50:39 +0000 Subject: [PATCH] revoked --- loft-e-lite.php | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/loft-e-lite.php b/loft-e-lite.php index 30ec160..136c313 100644 --- a/loft-e-lite.php +++ b/loft-e-lite.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