From f6abfeeaa5f368afa0b1ba1defdab80f24d8d4e8 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 25 Nov 2023 00:56:22 -0600 Subject: [PATCH] added ip instead of localhost --- hrconvert2/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrconvert2/config.php b/hrconvert2/config.php index 5c03dbd..eb3773a 100644 --- a/hrconvert2/config.php +++ b/hrconvert2/config.php @@ -9,7 +9,7 @@ $Salts5 = 'ePh3ooya9aemee8eeh1aiKoxahphoz'; $Salts6 = 'su7booS8iufeed7rech5ko0yohfieN'; //Put the URL used to access HRConvert here -$URL = 'localhost:8085'; +$URL = '192.168.1.33:8085'; //Set to true to enable virus scanning during all file operations $VirusScan = FALSE;