From 5f78567e3bb78115a7fdd96ede222b68d647e46c Mon Sep 17 00:00:00 2001 From: Astrologies Date: Fri, 17 Dec 2021 06:14:14 -0500 Subject: [PATCH] pbs overlay global path --- globals/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/globals/config.php b/globals/config.php index 6bb1b0b..1f30990 100644 --- a/globals/config.php +++ b/globals/config.php @@ -80,6 +80,7 @@ try $RCCwsdl = "C:/Webserver/nginx/Alphaland/RCCService.wsdl"; //wsdl path for SOAP //misc paths + $pbsOverlayPath = "C:/Webserver/nginx/Alphaland/PersonalServerOverlay.png"; $setupHtmlPath = "C:/Webserver/nginx/Alphaland/html_setup/"; $defaultPlacesPath = "C:/Webserver/nginx/Alphaland/default_places/"; //path to where the default places are stored $defaultPbsPlacesPath = "C:/Webserver/nginx/Alphaland/default_pbs_places/"; //path to where the default pbs places are stored