new feature: 'suppress_duplicates' issue #146 triggered with less than two minutes between posts having identical content.
This commit is contained in:
@@ -395,9 +395,10 @@ function admin_page_site(&$a) {
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
|
||||
$banner = get_config('system', 'banner');
|
||||
if($banner == false)
|
||||
$banner = 'red';
|
||||
if($banner === false)
|
||||
$banner = get_config('system','sitename');
|
||||
|
||||
$banner = htmlspecialchars($banner);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user