diff options
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index e26eed209..9c0ae27ae 100644 --- a/update.php +++ b/update.php @@ -15,7 +15,7 @@ */ // Enforce access checking? -$access_check = FALSE;TRUE; +$access_check = TRUE; function update_sql($sql) { |