Random names for anonymous users - thanks to svnth

This commit is contained in:
Jano Slota 2014-07-03 02:55:33 +02:00 committed by czaks
parent 7b339f7f56
commit 4adf893c39
2 changed files with 5 additions and 1 deletions

View file

@ -240,6 +240,9 @@ function loadConfig() {
event_handler('post', 'postHandler');
}
if (is_array($config['anonymous']))
$config['anonymous'] = $config['anonymous'][array_rand($config['anonymous'])];
event('load-config');
if ($config['debug']) {