@@ -8,11 +8,11 @@ |
||
8 | 8 | /** @var \OCP\Defaults $theme */ |
9 | 9 | // @codeCoverageIgnoreStart |
10 | 10 | if (!isset($_)) { //standalone page is not supported anymore - redirect to / |
11 | - require_once '../../../lib/base.php'; |
|
11 | + require_once '../../../lib/base.php'; |
|
12 | 12 | |
13 | - $urlGenerator = \OCP\Server::get(\OCP\IURLGenerator::class); |
|
14 | - header('Location: ' . $urlGenerator->getAbsoluteURL('/')); |
|
15 | - exit; |
|
13 | + $urlGenerator = \OCP\Server::get(\OCP\IURLGenerator::class); |
|
14 | + header('Location: ' . $urlGenerator->getAbsoluteURL('/')); |
|
15 | + exit; |
|
16 | 16 | } |
17 | 17 | // @codeCoverageIgnoreEnd |
18 | 18 | ?> |
@@ -11,7 +11,7 @@ |
||
11 | 11 | require_once '../../../lib/base.php'; |
12 | 12 | |
13 | 13 | $urlGenerator = \OCP\Server::get(\OCP\IURLGenerator::class); |
14 | - header('Location: ' . $urlGenerator->getAbsoluteURL('/')); |
|
14 | + header('Location: '.$urlGenerator->getAbsoluteURL('/')); |
|
15 | 15 | exit; |
16 | 16 | } |
17 | 17 | // @codeCoverageIgnoreEnd |