|
ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Variables | |
| $rest = substr($PHP_SELF, strpos($PHP_SELF, "data/") + 5) | |
| Web Access Checker. | |
| const | ILIAS_MODULE = $rest |
| $checker = new ilWebAccessChecker() | |
| $checker = new ilWebAccessChecker() |
Definition at line 48 of file web_access_checker.php.
| $rest = substr($PHP_SELF, strpos($PHP_SELF, "data/") + 5) |
Web Access Checker.
Checks the access rights of a directly requested content file. Called from a web server redirection rule.
Definition at line 42 of file web_access_checker.php.
| const ILIAS_MODULE = $rest |
Definition at line 43 of file web_access_checker.php.