diff --git a/front/php/templates/version.php b/front/php/templates/version.php index 19f630ab..459faeca 100644 --- a/front/php/templates/version.php +++ b/front/php/templates/version.php @@ -11,7 +11,7 @@ # cvc90 2023 https://github.com/cvc90 GNU GPLv3 # #---------------------------------------------------------------------------------# - $filename = "/.VERSION"; + $filename = "/home/pi/pialert/.VERSION"; if(file_exists($filename)) { echo file_get_contents($filename); }