Changes to be committed:

modified:   modules/billing/serverlist.php
	modified:   modules/billing/site.zip
This commit is contained in:
Frank Harris 2025-10-24 10:42:56 -04:00
parent ff0b2b2843
commit 762b34edf8
2 changed files with 4 additions and 2 deletions

View file

@ -47,7 +47,8 @@ include(__DIR__ . '/includes/top.php');
include(__DIR__ . '/includes/menu.php');
?>
<div>
<!-- Services container: clearfix to contain floated service cards so footer clears correctly -->
<div class="clearfix container-wide">
<?php foreach ($services as $row): ?>
<?php if (!isset($_REQUEST['service_id'])): ?>
<!-- Service listing (all) -->
@ -124,6 +125,7 @@ include(__DIR__ . '/includes/menu.php');
// Close database connection
mysqli_close($db);
?>
</body>
<?php include(__DIR__ . '/includes/footer.php'); ?>
</body>
</html>

Binary file not shown.