Skip to content
Snippets Groups Projects
Commit d322136d authored by Denis Walker's avatar Denis Walker
Browse files

Resolves #39 by forcing a trailing slash in the News URI.

parent fe6fccb0
No related branches found
No related tags found
No related merge requests found
<?php
// Ensure we have a trailing slash so that relative links within the page work
if ($_SERVER['PATH_INFO']=="/News") header("Location: ".$baseurl."/News/");
// A user must be in the staff group in order to edit content in this component
$permission = "staff";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment