mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #10590 from owncloud/fix-10585
Add require_once to update.php due to routing
This commit is contained in:
commit
620610a3a7
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
set_time_limit(0);
|
||||
require_once '../../lib/base.php';
|
||||
|
||||
if (OC::checkUpgrade(false)) {
|
||||
$l = new \OC_L10N('core');
|
||||
|
|
|
|||
Loading…
Reference in a new issue