Goosle/cache/index.php
Arnan de Gans 426daab980 Version 1.2.1
1.2.1 - January 15, 2024
- [new] Merge identical downloads (determined by info hash) from different torrent sites that provide hashes
- [new] Option to cache to flat files instead of APCu, files stored in /cache/ folder
- [new] Blank index.php files in all subfolders to shield from prying eyes
- [tweak] Improved version check
- [fix] Stray periods in some Limetorrent categories
- [fix] Inconsistent size indication for torrent results
2024-01-15 12:31:22 -06:00

4 lines
38 B
PHP

<?php
header("Location: /");
die();
?>