Browse Source

Add require_once to update.php due to routing

Fixes https://github.com/owncloud/core/issues/10585
Partially reverts 52d5429768
tags/v8.0.0alpha1
Lukas Reschke 10 years ago
parent
commit
4aca46046b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/ajax/update.php

+ 1
- 0
core/ajax/update.php View File

@@ -1,5 +1,6 @@
<?php
set_time_limit(0);
require_once '../../lib/base.php';

if (OC::checkUpgrade(false)) {
$l = new \OC_L10N('core');

Loading…
Cancel
Save