Файл: hashtag.io-2629a1a4ea078149b002e45e2e12bb946062c2b8/retrieve_ok.php
Строк: 48
<?php include 'config/declare.php'; ?>
<!-- a universal file that has all the classes included -->
<?php include 'config/classesGetter.php'; ?>
<!-- creating objects -->
<?php
$universal = new universal;
?>
<?php
if ($universal->isLoggedIn()) {
header('Location: '.DIR);
}
?>
<?php
$title = "Thanks for registering • Hashtag";
$keywords = "Hashtag, Share and capture world's moments, share, capture, about";
$desc = "Hashtag lets you capture, follow, like and share world's moments in a better way and tell your story with photos, messages, posts and everything in between";
?>
<?php include 'index_include/index_header.php'; ?>
<div class="badshah">
<div class="about_div inst thanks_div">
<img src="<?php echo DIR; ?>/images/needs/glyph-instagram.jpg" alt="">
<div class="">
<span>A message has been sent to you email. Check your inbox and click on the link provided in the message to retrieve your account.</span>
</div>
</div>
</div>
<?php include 'index_include/index_footer.php'; ?>