File "valproveuser.php"
Full Path: /home/u165092617/domains/tadzz.com/public_html/validation/valproveuser.php
File size: 192 bytes
MIME-type: text/x-php
Charset: utf-8
<?php session_start();
include("./../config/config.php");
if($_SESSION[ADD_TAG.'_UserId_user']==''){
header('Location: ./../login-id/user');
}else{
header('Location: ./../user-profile');
}
?>