mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
process/history: remove action
This commit is contained in:
parent
7ffb81f9e7
commit
d712f89480
1 changed files with 0 additions and 8 deletions
|
|
@ -59,12 +59,4 @@ class Bpapp_ProcessController extends Controller
|
|||
$this->view->title = 'Source: ' . $this->bpconf->title;
|
||||
$this->view->source = file_get_contents($this->filename);
|
||||
}
|
||||
|
||||
|
||||
public function historyAction()
|
||||
{
|
||||
$bp = BusinessProcess::parse($this->filename);
|
||||
echo '<pre>' . print_r($bp, 1) . '</pre>';
|
||||
exit;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue