8 lines
224 B
PHP
8 lines
224 B
PHP
<?php
|
|
session_start();
|
|
$_SESSION['__SSOAuthenticated_username']='yathin.kumar@tvsmotor.com';
|
|
//$_SESSION['__SSOAuthenticated_emp_code']=$user->data->getEmployeeId();
|
|
echo "<script>location.replace('/tvs/')</script>";
|
|
|
|
|
|
?>
|