From 35e7deee4b4de0e24e3d9c41a63528114ad209e1 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 18 Apr 2018 11:51:41 -0400 Subject: * Index: Detect authors, allow sorting by author. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 1df2c64..5f64590 100755 --- a/index.php +++ b/index.php @@ -96,7 +96,7 @@ include 'page.php'; $song_number = isset( $_GET['song'] ) ? $_GET['song'] : ''; if( ! $song_number ) { - $sort = ''; + $sort = 'default'; if ( isset( $_GET['sort'] ) ) $sort = $_GET['sort']; echo toc($sort); } -- cgit 1.4.1