Changeset 410

Show
Ignore:
Timestamp:
21/10/08 23:14:37 (5 years ago)
Author:
dez
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/sucs-site/components/news.php

    r252 r410  
    11<?php 
     2// Ensure we have a trailing slash so that relative links within the page work 
     3if ($_SERVER['PATH_INFO']=="/News") header("Location: ".$baseurl."/News/"); 
    24 
    35// A user must be in the staff group in order to edit content in this component