���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/luckymerchan/code/forgotpassword/ |
<?php $_SESSION['url_ref'] = $INFO['home_url']; $_SESSION['url_ref'] = $INFO['home_url']; if(isset($_SERVER['HTTP_REFERER']) and strpos($_SERVER['HTTP_REFERER'],'login.html')===false and strpos($_SERVER['HTTP_REFERER'],'updatepassword.html')===false and strpos($_SERVER['HTTP_REFERER'],'logout.html')===false and strpos($_SERVER['HTTP_REFERER'],'register.html')===false and strpos($_SERVER['HTTP_REFERER'],'forgotpassword.html')===false and strpos($_SERVER['HTTP_REFERER'],'forgotpassword')===false ){ $_SESSION['url_ref'] = $_SERVER['HTTP_REFERER']; } $code = $CORE->input['code'] ?? 'list'; $CORE->title_page = 'Forgot password'; include $code.'.php'; include 'include/block/header_website.php'; include 'include/block/menu_website.php'; ?> <div class="container mt-2"> <?php include $code.'_tpl.php'; ?> </div> <?php include 'include/block/footer_website.php'; ?>