08-01-2018, 10:18 PM
$ech = $this->agent->platform();
if ($ech == 'Windows 8')
{
//echo $ech;
redirect('/home');
}
else
{
redirect('/login');
}
it's not working. how to solve?
if ($ech == 'Windows 8')
{
//echo $ech;
redirect('/home');
}
else
{
redirect('/login');
}
it's not working. how to solve?