Update systeminfo.php

Update variable lang  <!--  <?= lang('SYSTEM_TITLE') ;?> --> to <?= lang('SYSTEM_TITLE') ;?>
This commit is contained in:
Carlos V
2023-08-05 14:30:03 +02:00
committed by GitHub
parent 1bafee59c8
commit a4f8cfa287

View File

@@ -24,7 +24,7 @@
<section class="content-header"> <section class="content-header">
<?php require 'php/templates/notification.php'; ?> <?php require 'php/templates/notification.php'; ?>
<h1 id="pageTitle"> <h1 id="pageTitle">
<!-- <?= lang('SYSTEM_TITLE') ;?> --> <?= lang('SYSTEM_TITLE') ;?>
</h1> </h1>
</section> </section>