analyze() public method

public analyze ( )
Example #1
0
 public function analyze()
 {
     $this->directives = $this->loadIni('php_directives.ini', 'directives');
     parent::analyze();
 }
Example #2
0
 public function analyze()
 {
     $this->directives = array('always_populate_raw_post_data', 'asp_tags', 'xsl.security_prefs');
     parent::analyze();
 }
Example #3
0
 public function analyze()
 {
     $this->directives = array('session.hash_function', 'session.hash_bits_per_charactor', 'session.entropy_file', 'session.entropy_length');
     parent::analyze();
 }