fix: Remove trailing whitespace and clean up formatting in version.php

This commit is contained in:
Jokob @NetAlertX
2026-02-26 04:21:57 +00:00
parent 63cef590d6
commit 9d64665599

View File

@@ -1,7 +1,7 @@
<?php
#---------------------------------------------------------------------------------#
# NetAlertX #
# Open Source Network Guard / WIFI & LAN intrusion detector #
# Open Source Network Guard / WIFI & LAN intrusion detector #
# #
# version.php - Templates module Template to display the current version #
#---------------------------------------------------------------------------------#
@@ -23,6 +23,6 @@ if(file_exists($filename)) {
}
else {
echo date('H:i:s') . " - N/A";
}
}
?>