Update index.php

This commit is contained in:
FusionPBX
2020-06-11 23:17:45 -06:00
committed by GitHub
parent 7647e6efcc
commit c42e19fd78

View File

@@ -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";
}
?>