Fixed adding new company

This commit is contained in:
johnnyq
2022-05-07 15:42:17 -04:00
parent cb22db5d65
commit 463fcdbe4f
2 changed files with 6 additions and 3 deletions

View File

@@ -11,6 +11,9 @@
<!-- Page Content -->
<h1>Blank Page</h1>
<hr>
<p>This is a great starting point for new custom pages.</p>
<p>This is a great starting point for new custom pages.
<?php echo CURRENT_DATABASE_VERSION; ?>
</p>
<?php include("footer.php"); ?>