Update version.php
Updated blank spaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
#---------------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------------#
|
||||||
# Pi.Alert #
|
# Pi.Alert #
|
||||||
# Open Source Network Guard / WIFI & LAN intrusion detector #
|
# Open Source Network Guard / WIFI & LAN intrusion detector #
|
||||||
@@ -10,13 +10,12 @@
|
|||||||
# leiweibau 2022 https://github.com/leiweibau GNU GPLv3 #
|
# leiweibau 2022 https://github.com/leiweibau GNU GPLv3 #
|
||||||
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
|
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
|
||||||
#---------------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------------#
|
||||||
|
|
||||||
$filename = "/.VERSION";
|
$filename = "/.VERSION";
|
||||||
if(file_exists($filename))
|
if(file_exists($filename)) {
|
||||||
{
|
echo file_get_contents($filename);
|
||||||
echo file_get_contents($filename);
|
}
|
||||||
}
|
else{
|
||||||
else{
|
echo "File not found";
|
||||||
echo "File not found";
|
}
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user