admins can set any qvitternotice
This commit is contained in:
parent
78c6577c54
commit
b957114ad2
|
@ -38,8 +38,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once INSTALLDIR.'/extlib/htmLawed/htmLawed.php';
|
|
||||||
|
|
||||||
|
|
||||||
class QvitterAdminSettingsAction extends AdminPanelAction
|
class QvitterAdminSettingsAction extends AdminPanelAction
|
||||||
{
|
{
|
||||||
|
@ -116,15 +114,6 @@ class QvitterAdminSettingsAction extends AdminPanelAction
|
||||||
_('Maximum length for the sidebar notice is 21844 characters.')
|
_('Maximum length for the sidebar notice is 21844 characters.')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// scrub HTML input
|
|
||||||
|
|
||||||
$config = array(
|
|
||||||
'safe' => 1,
|
|
||||||
'deny_attribute' => 'on*'
|
|
||||||
);
|
|
||||||
|
|
||||||
$qvitterNotice = htmLawed($qvitterNotice, $config);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user