File "valprovevendor.php"

Full Path: /home/u165092617/domains/tadzz.com/public_html/validation/valprovevendor.php
File size: 261 bytes
MIME-type: text/x-php
Charset: utf-8

<?php session_start();
include("./../config/config.php");
if($_SESSION[ADD_TAG.'_UserId_vendor']==''){
	
header('Location: ./../signin');
}else{
	echo($_SESSION["random_user"]);
	
header('Location: ./../merchant-user/'.$_SESSION["random_user"]);
	}
?>