Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php135 * @param string $logfilePath
139 protected function getLogLines($logfilePath) argument
142 $size = filesize($logfilePath);
143 $fp = fopen($logfilePath, 'r');