From 4aeff314bb9c537e020356ab2351ecb9e0b92f51 Mon Sep 17 00:00:00 2001 From: "admin@arionum.com" Date: Sat, 13 Oct 2018 21:05:41 +0300 Subject: [PATCH] ignored file --- include/Blacklist.php.save | 0 include/Blacklist.php.save.1 | 31 ------------------------------- 2 files changed, 31 deletions(-) delete mode 100644 include/Blacklist.php.save delete mode 100644 include/Blacklist.php.save.1 diff --git a/include/Blacklist.php.save b/include/Blacklist.php.save deleted file mode 100644 index e69de29..0000000 diff --git a/include/Blacklist.php.save.1 b/include/Blacklist.php.save.1 deleted file mode 100644 index 53d5eff..0000000 --- a/include/Blacklist.php.save.1 +++ /dev/null @@ -1,31 +0,0 @@ - 'Faucet Abuser', - 'PZ8Tyr4Nx8MHsRAGMpZmZ6TWY63dXWSCxYDeQHk7Ke66UB2Un3UMmMoJ7RF5vDZXihdEXi8gk8ZBRAi35aFrER2ZLX1mgND7sLFXKETGTjRYjoHcuRNiJN1g' => 'Octaex Exchange', - - // phpcs:enable - ]; - - /** - * Check if a public key is blacklisted - * - * @param string $publicKey - * @return bool - */ - public static function checkPublicKey(string $publicKey): bool - { - return key_exists($publicKey, static::PUBLIC_KEYS); - } -}