Update index.php

This commit is contained in:
FusionPBX 2020-06-11 23:17:45 -06:00 committed by GitHub
parent 7647e6efcc
commit c42e19fd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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