This commit is contained in:
Synox 2018-02-23 23:07:02 +01:00
parent a029be91c0
commit 96a91cc7cc

View File

@ -14,7 +14,6 @@ abstract class Page {
} }
} }
function redirect_to_random(array $domains) { function redirect_to_random(array $domains) {
$wordLength = rand(3, 8); $wordLength = rand(3, 8);
$container = new PronounceableWord_DependencyInjectionContainer(); $container = new PronounceableWord_DependencyInjectionContainer();