<?php
$current = urlencode( $_SERVER['REQUEST_URI'] );
echo 'You must log in to view this page. Click here to log in.‘;
?>