KLanding/links/torrent.php
2015-07-08 10:58:32 +01:00

16 lines
184 B
PHP

<html>
<head>
</head>
<body>
<?php include '../config.php';?>
<?php
if ($torrenttype > "1") {
require "transmission.php";
} else {
require "utorrent.php";
}
?>
</body>
</html>