ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Trusted.php
Go to the documentation of this file.
1 <?php
2 
43 {
44 
52  protected function isSizeValid(array $list)
53  {
54  return (sizeof($this->chain) <= sizeof($list));
55  }
56 }
if(isset($_REQUEST['delete'])) $list
Definition: registry.php:41
An interface for classes that define a list of allowed proxies in front of the current application...
Definition: Interface.php:41
A proxy-chain definition that defines a chain up to a trusted proxy and delegates the resposibility o...
Definition: Trusted.php:42
isSizeValid(array $list)
Validate the size of the the list as compared to our chain.
Definition: Trusted.php:52
A normal proxy-chain definition that lists each level of the chain as either a string or regular expr...
Definition: ProxyChain.php:42