kodi
This commit is contained in:
parent
cc0ccb6024
commit
8ffa5a5fb1
BIN
Pic/kodi.png
Normal file
BIN
Pic/kodi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 255 KiB |
9
links/kodi.php
Normal file
9
links/kodi.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php include 'config.php';?>
|
||||
<?php
|
||||
if (empty($kodipicname)) {
|
||||
echo "<a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/kodi.png\" style=\"width: 130px; height: 130px;\"/></a>";
|
||||
}
|
||||
else {
|
||||
echo "<a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/$kodipicname\" style=\"width: 130px; height: 130px;\"/></a>";
|
||||
}
|
||||
?>
|
4
main.php
4
main.php
@ -72,8 +72,8 @@ if ($couchvisible > "0") {
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($ftpvisible > "0") {
|
||||
require "links/ftp.php";
|
||||
if ($kodivisible > "0") {
|
||||
require "links/kodi.php";
|
||||
}
|
||||
?>
|
||||
|
||||
|
BIN
movielib/PLUGIN/repository.regss-1.2.1.zip
Normal file
BIN
movielib/PLUGIN/repository.regss-1.2.1.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user