From fa7f27d0807cbbbbfafd8419ada09dd53c44f786 Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 8 Jun 2015 09:29:27 +0200 Subject: [PATCH] Add the missing case from index.php (cherry picked from commit 8801ab4) --- www/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/index.php b/www/index.php index 26119a69e..ae5402e99 100644 --- a/www/index.php +++ b/www/index.php @@ -55,6 +55,7 @@ switch ($page->page) { case 'nfo': case 'nzbgetqueuedata': case 'predb': + case 'prehash': case 'profile': case 'profileedit': case 'queue':