Searched refs:valid_scripts (Results 1 – 1 of 1) sorted by relevance
14 …protected $valid_scripts = array('/doku.php', '/lib/exe/fetch.php', '/lib/exe/detail.php', '/lib/e… variable in TestRequest195 if(!preg_match('#^(' . join('|', $this->valid_scripts) . ')#', $uri)) {196 …throw new Exception("$uri \n--- only " . join(', ', $this->valid_scripts) . " are supported curren…