ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
goto.php
Go to the documentation of this file.
1
<?php
2
21
use
ILIAS\StaticURL\Services
;
22
23
require_once(
"../vendor/composer/vendor/autoload.php"
);
24
ilInitialisation::initILIAS
();
25
26
global
$DIC
;
27
29
$static_url
=
$DIC
[
'static_url'
];
30
$static_url
->handler()->performRedirect(
31
$static_url
->builder()->getBaseURI()
32
);
$static_url
$static_url
Definition:
goto.php:29
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1153
$DIC
global $DIC
Definition:
goto.php:26
Services
components
ILIAS
StaticURL
resources
goto.php
Generated on Wed Sep 10 2025 15:16:23 for ILIAS by
1.8.13 (using
Doxyfile
)