KLanding/links/sicktype.php

16 lines
178 B
PHP
Raw Normal View History

2015-07-08 10:58:32 +01:00
<html>
<head>
</head>
<body>
<?php include '../config.php';?>
<?php
if ($sicktype > "1") {
2016-03-25 18:11:33 +00:00
require "sickgear.php";
2015-07-08 10:58:32 +01:00
} else {
require "sickbeard.php";
}
?>
</body>
</html>