Enumerations | Variables

Services/WebAccessChecker/web_access_checker.php File Reference

Go to the source code of this file.

Enumerations

enum  ILIAS_MODULE

Variables

 $rest = substr($PHP_SELF, strpos($PHP_SELF, "data/") + 5)
 Web Access Checker.
 $checker = new ilWebAccessChecker()

Enumeration Type Documentation

Definition at line 43 of file web_access_checker.php.


Variable Documentation

$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.

  • determines the related learning module and checks the permission
  • either delivers the accessed file (without redirect)
  • or redirects to the login screen (if not logged in)
  • or prints an error message (if too less rights)
Author:
Fred Neumann <fred.neumann@fim.uni-erlangen.de>
Version:
Id:
web_access_checker.php 13944 2007-05-22 08:02:47Z akill

Definition at line 42 of file web_access_checker.php.