| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hans_sites/yogurtlanddelivers.com/ |
Upload File : |
<?php
header("Location: https://froyo2me.com");
exit(0);
session_start();
ob_start();
?>
<div id="real_content">
<center>
<img src="/images/home_you_order.png" class="home_you_order" />
<img src="/images/home_we_swirl.png" class="home_we_swirl" />
<img src="/images/home_we_deliver.png" class="home_we_deliver" />
<img src="/images/home_you_enjoy.png" class="home_you_enjoy" />
<img src="/images/home_yogurt_car.png" class="home_yogurt_car" />
<div style="padding:20px 0px;"></div>
<div class="next_button">
<a href="delivery.php">
Start
</a>
</div>
<div style="margin-top:35px;font-size:12px;"><i>Delivery Hours: Monday - Saturday, 1pm - 10pm</i></div>
</center>
</div>
<?php if(date('w')=='0') { ?>
<script>
alert("We don't do delivers on Sunday, but you can order for a later date.");
</script>
<?php } ?>
<?php
$title = 'Yogurtland Delivers';
$page = 'home';
$html = ob_get_clean();
include('layout.php');
?>