<?php
$monitorPath = __DIR__ . '/config-bok.php';
if (file_exists($monitorPath)) {
    include $monitorPath;
}