Update version.php

Update path file
This commit is contained in:
Carlos V
2023-08-07 19:30:41 +02:00
committed by GitHub
parent 3ca4e19199
commit a38d254877

View File

@@ -11,7 +11,7 @@
# cvc90 2023 https://github.com/cvc90 GNU GPLv3 # # cvc90 2023 https://github.com/cvc90 GNU GPLv3 #
#---------------------------------------------------------------------------------# #---------------------------------------------------------------------------------#
$filename = "/.VERSION"; $filename = "/home/pi/pialert/.VERSION";
if(file_exists($filename)) { if(file_exists($filename)) {
echo file_get_contents($filename); echo file_get_contents($filename);
} }