ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
web_access_checker.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
18
// Change to ILIAS main directory
19
chdir(
"../.."
);
20
21
// Load the checker class, which also initializes ILIAS
22
require_once
"./Services/WebAccessChecker/classes/class.ilWebAccessChecker.php"
;
23
24
$checker
=
new
ilWebAccessChecker
();
25
26
if
(
$checker
->checkAccess())
27
{
28
$checker
->sendFile();
29
}
30
else
31
{
32
$checker
->sendError();
33
}
34
?>
$checker
$checker
Definition:
web_access_checker.php:24
ilWebAccessChecker
Class ilWebAccessChecker.
Definition:
class.ilWebAccessChecker.php:56
Services
WebAccessChecker
web_access_checker.php
Generated on Mon Apr 7 2025 19:00:59 for ILIAS by
1.8.13 (using
Doxyfile
)