diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-08-19 15:40:08 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-08-19 15:40:08 +0200 |
commit | ab12bd292d1ac44db427332c265fa58bcf4c3cb4 (patch) | |
tree | ba38a880f26cf6081a085af87412bbca9770eaa5 /core/ajax | |
parent | 29ae7f55ef49e02cd9a823ead1882342bddaaef4 (diff) | |
download | nextcloud-server-ab12bd292d1ac44db427332c265fa58bcf4c3cb4.tar.gz nextcloud-server-ab12bd292d1ac44db427332c265fa58bcf4c3cb4.zip |
Add update route to core
Diffstat (limited to 'core/ajax')
-rw-r--r-- | core/ajax/update.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/update.php b/core/ajax/update.php index 698614c975f..70696e98eef 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -1,6 +1,5 @@ <?php set_time_limit(0); -require_once '../../lib/base.php'; if (OC::checkUpgrade(false)) { $l = new \OC_L10N('core'); |