From a38d25487750da38405c1b64fda77e8111b3f6d6 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:30:41 +0200 Subject: [PATCH] Update version.php Update path file --- front/php/templates/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }