| Current File : /var/www/mvc360.ucnms.co.in/v.2.0/web/connection/login_mba/login-authenticate.php |
<?php
session_start();
if(empty($_SESSION['USER_ID']) ){
session_unset();
session_destroy();
//header('location:../../home/modules/university/index.php');
//header('location:../../index.php');
header('location:../../');
}