Work on shared spaceapi module.

This commit is contained in:
Dominik Pantůček 2023-07-02 16:45:31 +02:00
parent df1c590afc
commit b89b4e3147
2 changed files with 5 additions and 34 deletions

View file

@ -29,6 +29,7 @@ class action_plugin_hackerbase extends DokuWiki_Action_Plugin
$user = preg_replace("/[^a-zA-Z0-9\-]+/", "", $INPUT->server->str('REMOTE_USER'));
echo file_get_contents($this->getConf("htmlexports") . '/' . $user . ".html");
die();
} else if ($act === 'brmstatus') {
}
}