Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dload.php253 $plg = DOKU_PLUGIN . "{$m[2]}/{$m[1]}$c.php";
254 if (file_exists($plg)) {
258 require $plg;