Browse Source

update rTorrent logo with custom made one

causefx 7 năm trước cách đây
mục cha
commit
ef25bec193

+ 8 - 0
api/functions/homepage-functions.php

@@ -340,6 +340,14 @@ function getHomepageList()
 		)
 		)
 	);
 	);
 	$rTorrentSortOptions = array(
 	$rTorrentSortOptions = array(
+		array(
+			'name' => 'Date Desc',
+			'value' => 'dated'
+		),
+		array(
+			'name' => 'Date Asc',
+			'value' => 'datea'
+		),
 		array(
 		array(
 			'name' => 'Hash Desc',
 			'name' => 'Hash Desc',
 			'value' => 'hashd'
 			'value' => 'hashd'