ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
goto.php
Go to the documentation of this file.
1
<?php
2
21
use
ILIAS\StaticURL\Services
;
22
23
require_once(
"libs/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:1209
$DIC
global $DIC
Definition:
goto.php:26
Services
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
goto.php
Generated on Wed Sep 10 2025 14:10:28 for ILIAS by
1.8.13 (using
Doxyfile
)