ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
web_access_checker.php File Reference

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()

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..nosp@m.neum.nosp@m.ann@f.nosp@m.im.u.nosp@m.ni-er.nosp@m.lang.nosp@m.en.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.

const ILIAS_MODULE = $rest

Definition at line 43 of file web_access_checker.php.