<html>
<head>
</head>
<body>
<?php include '../config.php';?>


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