From c36dd7cfd591c92a350cba696b82e432f45efc8a Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Thu, 2 May 2002 10:09:43 +0000 Subject: - enabling the security check again. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 9537d49c6..9da3382f7 100644 --- a/update.php +++ b/update.php @@ -492,7 +492,7 @@ function update_page() { print "

Drupal update

"; // Security check: -if (!user_access(NULL)) { +if (user_access(NULL)) { update_page(); } else { -- cgit v1.2.3