...
 
Commits (2)
......@@ -217,12 +217,14 @@ class channel implements Interfaces\Api
$owner->$field = $update['tags'];
}
/*try {
$spam = new Core\Security\Spam();
$spam->check($owner);
} catch (\Exception $e) {
return Factory::response(['status'=>'error', 'message' => $e->getMessage() ]);
}*/
if ($owner->time_created > 1559032594) {
try {
$spam = new Core\Security\Spam();
$spam->check($owner);
} catch (\Exception $e) {
return Factory::response(['status'=>'error', 'message' => $e->getMessage() ]);
}
}
if (isset($_POST['social_profiles']) && is_array($_POST['social_profiles'])) {
$profiles = [];
......
......@@ -315,6 +315,7 @@ class Events
'pornopoisk.info',
'localmodels.online',
'kaikki-mallit.com',
'hotswishes.com',
];
}
......
......@@ -401,6 +401,7 @@ class Spam
'pornopoisk.info',
'localmodels.online',
'kaikki-mallit.com',
'hotswishes.com',
];
}
......