Work on shared spaceapi module.
This commit is contained in:
parent
df1c590afc
commit
b89b4e3147
2 changed files with 5 additions and 34 deletions
|
@ -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') {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue