From 7cc326f591964b38783e5083036e270e89dbd5a5 Mon Sep 17 00:00:00 2001 From: Moe Fwacky Date: Thu, 2 May 2019 08:00:27 -0700 Subject: [PATCH] Delete config.php --- config.php | 64 ------------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 config.php diff --git a/config.php b/config.php deleted file mode 100644 index fdefd11..0000000 --- a/config.php +++ /dev/null @@ -1,64 +0,0 @@ -Server as $key => $clientdata) { - $clientname = $clientdata[name]; - if($clientname == $plexClientName) { - $plexClientIP = $clientdata[address]; - $plexClient = trim($plexClientIP); - $plexClientUID = $clientdata[machineIdentifier]; - } -} -?>