Home
last modified time | relevance | path

Searched refs:valid_scripts (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DTestRequest.php14 …protected $valid_scripts = array('/doku.php', '/lib/exe/fetch.php', '/lib/exe/detail.php', '/lib/e… variable in TestRequest
195 if(!preg_match('#^(' . join('|', $this->valid_scripts) . ')#', $uri)) {
196 …throw new Exception("$uri \n--- only " . join(', ', $this->valid_scripts) . " are supported curren…