diff --git a/update.php b/update.php index 4f7a097c0..27cd871f9 100644 --- a/update.php +++ b/update.php @@ -19,7 +19,7 @@ $owner_uid = $_SESSION["uid"]; - if ($_SESSION["access_level"] < 10) { + if (!SINGLE_USER_MODE && $_SESSION["access_level"] < 10) { print "
". __("Error: your access level is insufficient to run this script.")."
"; exit;