0 / 60 seg.

What is the best way to explain what this script does?

1 if (!$_SESSION['myusername'])
2 {
3   header('locaton: /login.php');
4   exit;
5 }