From dc15ba06e05df99885d0024b2fc9173291e79038 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Jul 2003 17:54:22 +0000 Subject: - Improvement: don't perform XSS checks for trusted users. Trusted users are those that have the "bypass input data check" permission set. Should address bug #2147. - Improvement: simplified index.php and modules/admin.module. - Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris Johnson. Fixes bug #2030. - Bugfix: fixed the date shown on a book module preview. Reported as part of bug #2097. - Bugfix: fixed broken URL in the book module documentation. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index be3e47c36..a4c0dc981 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -31,7 +31,7 @@ function system_help_cron() { } function system_perm() { - return array("administer site configuration", "access administration pages", "create php content"); + return array("administer site configuration", "access administration pages", "bypass input data check", "create php content"); } function system_link($type) { -- cgit v1.2.3