updated content
This commit is contained in:
parent
4ff85ec48e
commit
8cdb447e1e
15
loft-e.php
15
loft-e.php
@ -19,17 +19,8 @@ include_once $URLcorrection . 'includes/header.php';
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
$ch = curl_init('https://loft-boarding.co.uk/global/LOFT-E.php');
|
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST));
|
|
||||||
echo "<div class='container'>";
|
|
||||||
echo "<br><br><br>";
|
|
||||||
echo curl_exec($ch);
|
|
||||||
echo "</div>";
|
|
||||||
curl_close($ch);
|
|
||||||
|
|
||||||
|
|
||||||
include_once $URLcorrection . "includes/footer.php";
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user