1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-05 08:15:54 +02:00

Add require_once to update.php due to routing

Fixes https://github.com/owncloud/core/issues/10585
Partially reverts 52d5429768
Dieser Commit ist enthalten in:
Lukas Reschke 2014-08-22 11:39:05 +02:00
Ursprung d14dd98211
Commit 4aca46046b

Datei anzeigen

@ -1,5 +1,6 @@
<?php
set_time_limit(0);
require_once '../../lib/base.php';
if (OC::checkUpgrade(false)) {
$l = new \OC_L10N('core');