Skip to content

Commit

Permalink
Remove .php extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Kise committed Aug 31, 2018
1 parent fee274c commit f3f23c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions about.php
Expand Up @@ -25,9 +25,9 @@
break;
}
if ($session['user']['loggedin']) {
addnav("Return to the news", "news.php");
addnav("Return to the news", "news");
} else {
addnav("Login Page", "index.php");
addnav("Login Page", "home");
}
page_footer();
?>

0 comments on commit f3f23c1

Please sign in to comment.