From 6cf6f4940cce804b8fb2946b08f649713f110de3 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Fri, 2 Jul 2021 11:36:48 +0200 Subject: [PATCH] Nov install paket z najnovejsimi popravki (zaradi buga pri uvozu .1ka datoteke) --- uploadi/downloadApp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploadi/downloadApp.php b/uploadi/downloadApp.php index 251b4ad07..2af3994c2 100644 --- a/uploadi/downloadApp.php +++ b/uploadi/downloadApp.php @@ -4,7 +4,7 @@ if($_GET['type'] == 'install') - header("location: https://www.1ka.si/uploadi/1ka_install_7-5-2021.zip"); + header("location: https://www.1ka.si/uploadi/1ka_install_2-7-2021.zip"); elseif($_GET['type'] == 'offline') header("location: https://www.1ka.si/uploadi/1ka_install_offline_23-11-2018.zip");