hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
kitsandcleats.in
/
Upload FileeE
HOME
<?php session_start(); include('admin/functions.php'); $obj = new Operations(); if($_POST){ $email = $_POST['email']; $password = $_POST['password']; $data = array( 'email'=>$email, 'password'=>$password ); $where_user = " where email = '".$email."' and password = '".$password."'"; $user = $obj->getSingle('users',$where_user); if($user>0){ $_SESSION['frontUser'] = $user['id']; echo "success"; } } ?>