PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/outtheboxministry.org/sources/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/outtheboxministry.org/sources/user_activation.php |
<?php if ($wo['loggedin'] == true) { header("Location: " . $wo['config']['site_url']); exit(); } if (empty($_SESSION['code_id']) || !isset($_SESSION['code_id'])) { header("Location: " . $wo['config']['site_url']); exit(); } $wo['user'] = Wo_UserData($_SESSION['code_id']); if (empty($wo['user'])) { header("Location: " . $wo['config']['site_url']); exit(); } $wo['description'] = $wo['config']['siteDesc']; $wo['keywords'] = $wo['config']['siteKeywords']; $wo['page'] = 'user_activation'; $wo['title'] = $wo['lang']['account_activation']; $wo['content'] = Wo_LoadPage('user_activation/content');