diff options
Diffstat (limited to 'actions/upgrade.php')
-rw-r--r-- | actions/upgrade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/upgrade.php b/actions/upgrade.php index 0ff04dadf..cb200380a 100644 --- a/actions/upgrade.php +++ b/actions/upgrade.php @@ -8,6 +8,8 @@ include_once dirname(dirname(dirname(dirname(__FILE__)))) . "/engine/start.php"; + admin_gatekeeper(); + $result = true; // add image class |