From 1e71bd2c6c097fd7fc4eae572d130b6957bb6d85 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 23 Mar 2026 11:48:11 +0000 Subject: [PATCH] added a section to improve layout --- loft-e-lite.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) 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