KLanding/links/sicktype.php
2016-03-25 18:11:33 +00:00

16 lines
178 B
PHP

<html>
<head>
</head>
<body>
<?php include '../config.php';?>
<?php
if ($sicktype > "1") {
require "sickgear.php";
} else {
require "sickbeard.php";
}
?>
</body>
</html>