From c42e19fd78f7c84efa398f626928cf50e5158b19 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 11 Jun 2020 23:17:45 -0600 Subject: [PATCH] Update index.php --- app/provision/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/provision/index.php b/app/provision/index.php index bff6f5a36f..037df0b9ff 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -480,7 +480,7 @@ //device logs if (file_exists($_SERVER["PROJECT_ROOT"]."/app/device_logs/app_config.php")){ - require_once "app/domains/device_logs/resources/device_logs.php"; + require_once "app/device_logs/resources/device_logs.php"; } ?>