From 96a91cc7cc208f19bb5b1445a07c4b121009c9fa Mon Sep 17 00:00:00 2001 From: Synox Date: Fri, 23 Feb 2018 23:07:02 +0100 Subject: [PATCH] cleanup --- src/pages.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages.php b/src/pages.php index a0ea1c3..f4a17f2 100644 --- a/src/pages.php +++ b/src/pages.php @@ -14,7 +14,6 @@ abstract class Page { } } - function redirect_to_random(array $domains) { $wordLength = rand(3, 8); $container = new PronounceableWord_DependencyInjectionContainer();