diff options
author | Nick White <git@njw.me.uk> | 2009-11-06 04:18:09 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-11-06 04:18:09 +0000 |
commit | f0d2a630277dfa2b57321c16f88643892a596d16 (patch) | |
tree | 88166c0b75d2b26fcc00977620773daf8d80c57d /includes/footer.php | |
parent | 7f32b6d40cbd3a08c992fa665c84bd9a09803ad1 (diff) | |
download | njw-website-source-f0d2a630277dfa2b57321c16f88643892a596d16.tar.bz2 njw-website-source-f0d2a630277dfa2b57321c16f88643892a596d16.zip |
Enable looking in root for content
Update download-source link to remove extension
Look in the root directory if a file is not found in webpages/
Tighten up sanitation slightly
Diffstat (limited to 'includes/footer.php')
-rw-r--r-- | includes/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/footer.php b/includes/footer.php index 7706ccf..599801e 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -31,7 +31,7 @@ print ' <div id="copyright"> <p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>.</p> - <p>The code running this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. <a href="/download-source.php">Download the source code</a>.</p> + <p>The code running this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. <a href="/download-source">Download the source code</a>.</p> </div> </div> |