typo error fixed in memcached info panel

This commit is contained in:
Laurent Laville 2021-04-19 14:29:43 +00:00
parent cdfb55ec2d
commit 6807b83e6b

View File

@ -19,7 +19,7 @@
<div class="col-md-12">
<?php if (!loadClass('Memcd')->isAvailable()): ?>
<p>Memcahed container is not running.</p>
<p>Memcached container is not running.</p>
<?php else: ?>
<?php foreach (loadClass('Memcd')->getInfo() as $srv => $data): ?>
<h2><?php echo $srv; ?></h2>