summaryrefslogtreecommitdiff
path: root/view_diary.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-12-31 15:27:39 +0000
committerNathan Kinkade <nath@nkinka.de>2012-12-31 15:27:39 +0000
commit0b07d7392c2e269bbc6944cd9ab72900126b9f7c (patch)
tree0a6694a0fa454d6a97b5d20fbde5c4322c337037 /view_diary.php
parentcb977f3c5c80f4a4ca58437c7479d2e431a089e0 (diff)
Removed .php extension from URLs.
Diffstat (limited to 'view_diary.php')
-rw-r--r--view_diary.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_diary.php b/view_diary.php
index c46816e..998338d 100644
--- a/view_diary.php
+++ b/view_diary.php
@@ -26,7 +26,7 @@ if ( isset($_POST['action']) && ($_POST['action'] == "viewDiary") ) {
# diaries was to simply stick an option in the "Favorites" menu in the
# left sidebar, and that form directs the user here.
if ( $_POST['diary'] == "viewAllDiaries" ) {
- header("Location: {$config->_rootUri}/list_diaries.php");
+ header("Location: {$config->_rootUri}/list_diaries");
exit;
} else {
$queryString = "diary={$_POST['diary']}&action=viewDiary";