From 6dbc05ddaa8f159bb6f200dbf3872f146562cf89 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 12 Aug 2019 10:29:23 +0200 Subject: [PATCH] . --- .htaccess | 2 +- .idea/workspace.xml | 679 +++---------------------------------- config/global.php | 30 +- config/tv.php | 11 +- scripts/cron/cron.php | 3 +- scripts/lib/cachemedia.php | 18 + scripts/lib/domoticz.php | 2 +- scripts/lib/harmony.php | 2 +- scripts/lib/insteon.php | 2 +- scripts/lib/lib.php | 8 +- scripts/lib/tmdb.php | 14 +- scripts/media.php | 6 + scripts/tmdb.php | 8 +- servers/startserver | 2 +- servers/stopserver | 2 +- 15 files changed, 115 insertions(+), 674 deletions(-) create mode 100644 scripts/lib/cachemedia.php create mode 100644 scripts/media.php diff --git a/.htaccess b/.htaccess index b036ae4..ab87c17 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -Require ip 192.168.1.0/24 127.0.0.0/8 88.190.245.49 +Require ip 192.168.1.0/24 192.168.13.0/24 127.0.0.0/8 88.190.245.49 Options +FollowSymlinks RewriteEngine on diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dc50d35..4d882eb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,21 @@ + + + - - + - - + + + + + + + +