mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
Automated formatting changes
This commit is contained in:
parent
707e70c32c
commit
40c48c6ac3
|
|
@ -21,7 +21,6 @@ use phpOMS\Message\Mail\Email;
|
|||
use phpOMS\Message\RequestAbstract;
|
||||
use phpOMS\Message\ResponseAbstract;
|
||||
use phpOMS\Views\NullView;
|
||||
use phpOMS\Views\View;
|
||||
|
||||
/**
|
||||
* Monitoring controller class.
|
||||
|
|
@ -48,7 +47,6 @@ final class CliController extends Controller
|
|||
*/
|
||||
public function cliLogReport(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface
|
||||
{
|
||||
|
||||
//return new NullView();
|
||||
|
||||
$emailSettings = $this->app->appSettings->get(
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="portlet-body">
|
||||
<table class="list wf-100">
|
||||
<tbody>
|
||||
<tr><td><?= $this->printHtml('PHP'); ?><td><?= $this->printHtml(\phpversion()); ?>
|
||||
<tr><td><?= $this->printHtml('PHP'); ?><td><?= $this->printHtml(\PHP_VERSION); ?>
|
||||
<tr><td><?= $this->printHtml('mbstring'); ?><td><?= $this->printHtml((string) \phpversion('mbstring')); ?>
|
||||
<tr><td><?= $this->printHtml('imap'); ?><td><?= $this->printHtml((string) \phpversion('imap')); ?>
|
||||
<tr><td><?= $this->printHtml('bcmath'); ?><td><?= $this->printHtml((string) \phpversion('bcmath')); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user