📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
boot
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📁
css
-
0755
🗑️
🔒
📁
js
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
186.83 KB
0644
🗑️
⬇️
✏️
🔒
Editing: thank.php
<?php include "header2.php"; ?> <?php // session_start(); ?> <?php include "every.php"; ?> <body onLoad="getLocation()"> <style> .guy{ background-color:#FFFFFF; color:#000000; padding:20px; margin:40px; } </style> <main id="main"> <!-- =======rack and Book Section ======= --> <section id="about" class="about" style="margin-bottom:100px;" > <div class="container" data-aos="fade-up"> <div class="row content"> <div class="col-lg-12" style="padding:30px; width:100%; margin:auto;"> <p ><h5> <?php $kay=$_SESSION['kid']; echo $kay; ?></h5> </p> <p style="font-size:16px; font-weight:700;">An OTP code will be sent to you when your order is out for delivery,kindly check your email and foward the code to the receiver<br><br><span style="color:#FF339A;">NB: Package will not be delivered if the receiver can not provide the OTP code<p> <a href="rent.php" type="submit" class="submitn"> Proceed to Orders</a></p> </div></div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes