revoked
This commit is contained in:
parent
1e71bd2c6c
commit
bff0bf999f
@ -29,21 +29,20 @@ include_once $URLcorrection . 'includes/header.php';
|
||||
|
||||
|
||||
|
||||
<section class="padding-top-50 padding-bottom-50">
|
||||
<?php
|
||||
|
||||
$ch = curl_init('https://loft-boarding.co.uk/global/LOFT-E_lite.php');
|
||||
<?php
|
||||
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
$ch = curl_init('https://loft-boarding.co.uk/global/LOFT-E_lite.php');
|
||||
|
||||
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);
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
|
||||
include_once $URLcorrection . 'includes/footer.php';
|
||||
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);
|
||||
|
||||
?>
|
||||
</section>
|
||||
include_once $URLcorrection . 'includes/footer.php';
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user