From 0b07d7392c2e269bbc6944cd9ab72900126b9f7c Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Mon, 31 Dec 2012 15:27:39 +0000 Subject: Removed .php extension from URLs. --- view_diary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view_diary.php') 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"; -- cgit v1.2.3