Remove unused file and function

This commit is contained in:
2023-11-09 15:38:45 +01:00
parent d713f8a1e3
commit 37bd3f375f
2 changed files with 0 additions and 246 deletions

10
get.php
View File

@ -15,16 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
function sortBySize($a, $b) {
global $files;
if ($files[$a]['size'] == $files[$b]['size']) {
return 0;
}
return ($files[$a]['size'] < $files[$b]['size']) ? -1 : 1;
}
//Create aria2 download package with conversion script
function createUupConvertPackage(
$url,